Blackboard Collaborate Speed Control
Automatically adds a speed toggle to recordings on BB Collab.
Apa itu Blackboard Collaborate Speed Control?
Blackboard Collaborate Speed Control adalah ekstensi Chrome yang dikembangkan oleh David Kumar, dan fitur utamanya adalah "Automatically adds a speed toggle to recordings on BB Collab.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Blackboard Collaborate Speed Control
Unduh file ekstensi Blackboard Collaborate Speed Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Features • Fully functional in all regions • Speed options: from 0.25x ⇄ to 3.00x
Informasi Dasar Ekstensi
Nama | Blackboard Collaborate Speed Control |
ID | llnbibipjggpeacamkhgkkebjgjaahjb |
URL Resmi | https://chromewebstore.google.com/detail/blackboard-collaborate-sp/llnbibipjggpeacamkhgkkebjgjaahjb |
Deskripsi | Automatically adds a speed toggle to recordings on BB Collab. |
Ukuran File | 262 KB |
Jumlah Instalasi | 259 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2021-09-07 |
Tanggal Publikasi | 2021-07-04 |
Penilaian | 5.00/5 Total 12 Penilaian |
Pengembang | David Kumar |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |