Video Speed Controller
Control the speed of your video!
ما هو Video Speed Controller؟
Video Speed Controller هو إضافة Chrome تم تطويرها بواسطة markcc95، والميزة الرئيسية لها هي "Control the speed of your video!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video Speed Controller
قم بتنزيل ملفات الامتداد Video Speed Controller بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.
معلومات أساسية عن التمديد
الاسم | Video Speed Controller |
ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd |
الوصف | Control the speed of your video! |
حجم الملف | 20.22 KB |
عدد التثبيتات | 1,339 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-05-18 |
تاريخ النشر | 2021-05-13 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | markcc95 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Controller", "description": "Control the speed of your video!", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } }, "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } } |