Coursera Playback Speed
Allows you to set playback speed to any value (from 0.25x to 10x)
ما هو Coursera Playback Speed؟
Coursera Playback Speed هو إضافة Chrome تم تطويرها بواسطة Church of Thought، والميزة الرئيسية لها هي "Allows you to set playback speed to any value (from 0.25x to 10x)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coursera Playback Speed
قم بتنزيل ملفات الامتداد Coursera Playback Speed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Coursera's video player normally caps the playback speed to a maximum of 2x. With this extension, the playback speed can be increased to any desired multiplier from 0.25x to 10x. The keyboard shortcuts are listed below: Space: Play/Pause Up: Increase Volume Down: Decrease Volume Left: Skip Back Right: Skip Forward F: Toggle Fullscreen
معلومات أساسية عن التمديد
الاسم | Coursera Playback Speed |
ID | ggonllaomlopoinanbapoaamhomlflao |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/coursera-playback-speed/ggonllaomlopoinanbapoaamhomlflao |
الوصف | Allows you to set playback speed to any value (from 0.25x to 10x) |
حجم الملف | 19.73 KB |
عدد التثبيتات | 983 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-04-11 |
تاريخ النشر | 2020-10-17 |
تقييم | 4.13/5 مجموع تقييمات 16 |
المطور | Church of Thought |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://churchofthought.org/blog/2020/10/15/coursera-playback-speed-a-cross-browser-webextension/ |
عنوان صفحة سياسة الخصوصية | https://churchofthought.org/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Allows you to set playback speed to any value (from 0.25x to 10x)", "manifest_version": 2, "name": "Coursera Playback Speed", "short_name": "Coursera Playspeed", "version": "1.1", "icons": { "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.coursera.org\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "hook.js" ] } |