Blackboard Collaborate Speed Control

Automatically adds a speed toggle to recordings on BB Collab.

Qu'est-ce que Blackboard Collaborate Speed Control ?

Blackboard Collaborate Speed Control est une extension Chrome développée par David Kumar, et sa fonction principale est "Automatically adds a speed toggle to recordings on BB Collab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Blackboard Collaborate Speed Control

Téléchargez les fichiers d'extension Blackboard Collaborate Speed Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Blackboard Collaborate Speed Control Blackboard Collaborate Speed Control
ID llnbibipjggpeacamkhgkkebjgjaahjb
URL Officiel https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb
Description Automatically adds a speed toggle to recordings on BB Collab.
Taille du Fichier 262 KB
Nombre d'Installations 259
Version Actuelle 3.0
Dernière Mise à Jour 2021-09-07
Date de Publication 2021-07-04
Évaluation 5.00/5 Total 12 Évaluations
Développeur David Kumar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}