Blackboard Video Speed
To control the playback speed of blackboard video
ما هو Blackboard Video Speed؟
Blackboard Video Speed هو إضافة Chrome تم تطويرها بواسطة ManC، والميزة الرئيسية لها هي "To control the playback speed of blackboard video".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Blackboard Video Speed
قم بتنزيل ملفات الامتداد Blackboard Video Speed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For speed up or down the blackboard video
معلومات أساسية عن التمديد
الاسم | Blackboard Video Speed |
ID | mdpfffijdiaiooefbiojcjilebamggig |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/blackboard-video-speed/mdpfffijdiaiooefbiojcjilebamggig |
الوصف | To control the playback speed of blackboard video |
حجم الملف | 17.48 KB |
عدد التثبيتات | 5,745 |
النسخة الحالية | 0.10 |
آخر تحديث | 2020-10-06 |
تاريخ النشر | 2020-10-05 |
تقييم | 4.58/5 مجموع تقييمات 19 |
المطور | ManC |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blackboard Video Speed", "version": "0.10", "description": "To control the playback speed of blackboard video", "permissions": [ "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/favicon_16.png", "32": "images\/favicon_32.png", "48": "images\/favicon_48.png", "128": "images\/favicon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.bbcollab.com\/*" ], "run_at": "document_end", "css": [ "content.css" ], "js": [ "add-button.js" ] } ], "manifest_version": 2 } |