blackboard-collab-speed-control
Control the speed of Blackboard Collaborate Videos
Was ist blackboard-collab-speed-control?
blackboard-collab-speed-control ist eine Chrome-Erweiterung, die von alivesurfin entwickelt wurde, und ihr Hauptmerkmal ist "Control the speed of Blackboard Collaborate Videos".
Erweiterungsscreenshots
blackboard-collab-speed-control-Erweiterungs-CRX-Datei herunterladen
Laden Sie blackboard-collab-speed-control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds buttons to Blackboard Collaborate videos to control playback speed Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ocacgafaaahoakloknkbaikjmcohmhda |
| Offizielle URL | https://chromewebstore.google.com/detail/blackboard-collab-speed-c/ocacgafaaahoakloknkbaikjmcohmhda |
| Beschreibung | Control the speed of Blackboard Collaborate Videos |
| Dateigröße | 36.56 KB |
| Installationsanzahl | 608 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-11-11 |
| Veröffentlichungsdatum | 2020-11-11 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | alivesurfin |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/aliveSurfin/blackboard-collab-speed-control |
| Hilfeseite URL | https://github.com/aliveSurfin/blackboard-collab-speed-control/issues |
| Unterstützte Sprachen | 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"
}
} | |