blackboard-collab-speed-control
Control the speed of Blackboard Collaborate Videos
What is blackboard-collab-speed-control?
blackboard-collab-speed-control is a Chrome extension developed by alivesurfin, and its main feature is "Control the speed of Blackboard Collaborate Videos".
Extension Screenshots
Download blackboard-collab-speed-control Extension CRX File
Download blackboard-collab-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
Adds buttons to Blackboard Collaborate videos to control playback speed
Extension Basic Information
Name | blackboard-collab-speed-control |
ID | ocacgafaaahoakloknkbaikjmcohmhda |
Official URL | https://chromewebstore.google.com/detail/blackboard-collab-speed-c/ocacgafaaahoakloknkbaikjmcohmhda |
Description | Control the speed of Blackboard Collaborate Videos |
File Size | 36.56 KB |
Installation Count | 608 |
Current Version | 1.0 |
Last Updated | 2020-11-11 |
Publish Date | 2020-11-11 |
Rating | 5.00/5 Total 4 Ratings |
Developer | alivesurfin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/aliveSurfin/blackboard-collab-speed-control |
Help Page URL | https://github.com/aliveSurfin/blackboard-collab-speed-control/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "blackboard-collab-speed-control", "description": "Control the speed of Blackboard Collaborate Videos", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*.bbcollab.com\/collab\/ui\/session\/playback*" ], "js": [ "content.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |