Blackboard Collaborate Speed Control
Automatically adds a speed toggle to recordings on BB Collab.
Wat is Blackboard Collaborate Speed Control?
Blackboard Collaborate Speed Control is een Chrome-extensie ontwikkeld door David Kumar, en de belangrijkste functie is "Automatically adds a speed toggle to recordings on BB Collab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Blackboard Collaborate Speed Control
Download Blackboard Collaborate Speed Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features
• Fully functional in all regions
• Speed options: from 0.25x ⇄ to 3.00x Basisinformatie over de Extensie
| Naam | |
| ID | llnbibipjggpeacamkhgkkebjgjaahjb |
| Officiële URL | https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb |
| Beschrijving | Automatically adds a speed toggle to recordings on BB Collab. |
| Bestandsgrootte | 262 KB |
| Aantal Installaties | 259 |
| Huidige Versie | 3.0 |
| Laatst Bijgewerkt | 2021-09-07 |
| Publicatiedatum | 2021-07-04 |
| Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | David Kumar |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Blackboard Collaborate Speed Control",
"version": "3.0",
"manifest_version": 2,
"description": "Automatically adds a speed toggle to recordings on BB Collab.",
"content_scripts": [
{
"matches": [
"*:\/\/*.bbcollab.com\/collab\/ui\/session\/playback*"
],
"js": [
"content.js"
]
}
],
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"128": "icon.png"
}
} | |