Blackboard Video Speed

To control the playback speed of blackboard video

Qu'est-ce que Blackboard Video Speed ?

Blackboard Video Speed est une extension Chrome développée par ManC, et sa fonction principale est "To control the playback speed of blackboard video".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Blackboard Video Speed 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

                        For speed up or down the blackboard video                    

Informations de Base sur l'Extension

Nom Blackboard Video Speed Blackboard Video Speed
ID mdpfffijdiaiooefbiojcjilebamggig
URL Officiel https://chromewebstore.google.com/detail/blackboard-video-speed/mdpfffijdiaiooefbiojcjilebamggig
Description To control the playback speed of blackboard video
Taille du Fichier 17.48 KB
Nombre d'Installations 5,745
Version Actuelle 0.10
Dernière Mise à Jour 2020-10-06
Date de Publication 2020-10-05
Évaluation 4.58/5 Total 19 Évaluations
Développeur ManC
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blackboard Video Speed",
    "version": "0.10",
    "description": "To control the playback speed of blackboard video",
    "permissions": [
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/favicon_16.png",
        "32": "images\/favicon_32.png",
        "48": "images\/favicon_48.png",
        "128": "images\/favicon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bbcollab.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content.css"
            ],
            "js": [
                "add-button.js"
            ]
        }
    ],
    "manifest_version": 2
}