Video Speed Changer
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
ما هو Video Speed Changer؟
Video Speed Changer هو إضافة Chrome تم تطويرها بواسطة the.sh.developer، والميزة الرئيسية لها هي "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video Speed Changer
قم بتنزيل ملفات الامتداد Video Speed Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.
معلومات أساسية عن التمديد
الاسم | Video Speed Changer |
ID | nkgldikaifljadeeogdbanlckplpbffj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
الوصف | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
حجم الملف | 6.23 KB |
عدد التثبيتات | 13,875 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-11-30 |
تاريخ النشر | 2015-11-30 |
تقييم | 4.22/5 مجموع تقييمات 36 |
المطور | the.sh.developer |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Speed Changer", "version": "1.0", "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "Video Speed Changer", "default_icon": { "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" } }, "background": { "scripts": [ "VideoSpeedChangerLoader.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |