Blackboard Collaborate Speed Control
Automatically adds a speed toggle to recordings on BB Collab.
What is Blackboard Collaborate Speed Control?
Blackboard Collaborate Speed Control is a Chrome extension developed by David Kumar, and its main feature is "Automatically adds a speed toggle to recordings on BB Collab.".
Extension Screenshots
Download Blackboard Collaborate Speed Control Extension CRX File
Download Blackboard Collaborate Speed Control 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
Features • Fully functional in all regions • Speed options: from 0.25x ⇄ to 3.00x
Extension Basic Information
Name | Blackboard Collaborate Speed Control |
ID | llnbibipjggpeacamkhgkkebjgjaahjb |
Official URL | https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb |
Description | Automatically adds a speed toggle to recordings on BB Collab. |
File Size | 262 KB |
Installation Count | 259 |
Current Version | 3.0 |
Last Updated | 2021-09-07 |
Publish Date | 2021-07-04 |
Rating | 5.00/5 Total 12 Ratings |
Developer | David Kumar |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |