Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
ما هو Playback Rate changer؟
Playback Rate changer هو إضافة Chrome تم تطويرها بواسطة Amaan Cheval، والميزة الرئيسية لها هي "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".
تحميل ملف CRX للإضافة Playback Rate changer
قم بتنزيل ملفات الامتداد Playback Rate changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements. Keyboard shortcuts: Alt and + increases speed Alt and - decreases speed Alt and 0 resets speed temporarily The speed is saved locally for each domain individually. Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.
معلومات أساسية عن التمديد
الاسم | |
ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
الوصف | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
حجم الملف | 3.79 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 1.1 |
آخر تحديث | 2015-11-12 |
تاريخ النشر | 2015-11-12 |
تقييم | 3.50/5 مجموع تقييمات 4 |
المطور | Amaan Cheval |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements", "name": "Playback Rate changer", "version": "1.1", "manifest_version": 2 } |