blackboard-collab-speed-control
Control the speed of Blackboard Collaborate Videos
Wat is blackboard-collab-speed-control?
blackboard-collab-speed-control is een Chrome-extensie ontwikkeld door alivesurfin, en de belangrijkste functie is "Control the speed of Blackboard Collaborate Videos".
Extensie Screenshots
Download het CRX-bestand van de extensie blackboard-collab-speed-control
Download blackboard-collab-speed-control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Adds buttons to Blackboard Collaborate videos to control playback speed Basisinformatie over de Extensie
| Naam | |
| ID | ocacgafaaahoakloknkbaikjmcohmhda |
| Officiële URL | https://chromewebstore.google.com/detail/blackboard-collab-speed-c/ocacgafaaahoakloknkbaikjmcohmhda |
| Beschrijving | Control the speed of Blackboard Collaborate Videos |
| Bestandsgrootte | 36.56 KB |
| Aantal Installaties | 608 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-11-11 |
| Publicatiedatum | 2020-11-11 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | alivesurfin |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/aliveSurfin/blackboard-collab-speed-control |
| Help Pagina-URL | https://github.com/aliveSurfin/blackboard-collab-speed-control/issues |
| Ondersteunde Talen | 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"
}
} | |