Blackboard Video Speed

To control the playback speed of blackboard video

What is Blackboard Video Speed?

Blackboard Video Speed is a Chrome extension developed by ManC, and its main feature is "To control the playback speed of blackboard video".

Extension Screenshots

screenshot

Download Blackboard Video Speed Extension CRX File

Download Blackboard Video Speed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        For speed up or down the blackboard video                    

Extension Basic Information

Name Blackboard Video Speed Blackboard Video Speed
ID mdpfffijdiaiooefbiojcjilebamggig
Official URL https://chromewebstore.google.com/detail/blackboard-video-speed/mdpfffijdiaiooefbiojcjilebamggig
Description To control the playback speed of blackboard video
File Size 17.48 KB
Installation Count 5,745
Current Version 0.10
Last Updated 2020-10-06
Publish Date 2020-10-05
Rating 4.58/5 Total 19 Ratings
Developer ManC
Email [email protected]
Payment Type free
Supported Languages 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
}