Blackboard Collaborate Speed Control

Automatically adds a speed toggle to recordings on BB Collab.

Was ist Blackboard Collaborate Speed Control?

Blackboard Collaborate Speed Control ist eine Chrome-Erweiterung, die von David Kumar entwickelt wurde, und ihr Hauptmerkmal ist "Automatically adds a speed toggle to recordings on BB Collab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Blackboard Collaborate Speed Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Blackboard Collaborate Speed Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Features
• Fully functional in all regions
• Speed options: from 0.25x ⇄ to 3.00x                    

Grundlegende Informationen zur Erweiterung

Name Blackboard Collaborate Speed Control Blackboard Collaborate Speed Control
ID llnbibipjggpeacamkhgkkebjgjaahjb
Offizielle URL https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb
Beschreibung Automatically adds a speed toggle to recordings on BB Collab.
Dateigröße 262 KB
Installationsanzahl 259
Aktuelle Version 3.0
Letztes Update 2021-09-07
Veröffentlichungsdatum 2021-07-04
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler David Kumar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}