Html5 Video Speed Control
This extension allows the user to change the Html5 Video Speed.
ما هو Html5 Video Speed Control؟
Html5 Video Speed Control هو إضافة Chrome تم تطويرها بواسطة Eric، والميزة الرئيسية لها هي "This extension allows the user to change the Html5 Video Speed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Html5 Video Speed Control
قم بتنزيل ملفات الامتداد Html5 Video Speed Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The appearance and description are aweful, but the extension is awesome.
معلومات أساسية عن التمديد
الاسم | ![]() |
ID | kdeohphfaeoaeocgalpfjabofhfnikjc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc |
الوصف | This extension allows the user to change the Html5 Video Speed. |
حجم الملف | 31.58 KB |
عدد التثبيتات | 84 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-06-01 |
تاريخ النشر | 2019-06-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Eric |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Html5 Video Speed Control", "description": "This extension allows the user to change the Html5 Video Speed.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage" ] } |