Youtube Video Speed UP!
Control Youtube Video Speed or any video that probably able to control, give it a try!
ما هو Youtube Video Speed UP!؟
Youtube Video Speed UP! هو إضافة Chrome تم تطويرها بواسطة xinxinz9999، والميزة الرئيسية لها هي "Control Youtube Video Speed or any video that probably able to control, give it a try!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Video Speed UP!
قم بتنزيل ملفات الامتداد Youtube Video Speed UP! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Control Youtube Video Speed or any video that probably able to control. Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.) Slow Down from 0.01 to 1.
معلومات أساسية عن التمديد
الاسم | Youtube Video Speed UP! |
ID | jdcgdehghfameefmeembbbajjkimigpe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe |
الوصف | Control Youtube Video Speed or any video that probably able to control, give it a try! |
حجم الملف | 12.61 KB |
عدد التثبيتات | 221 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2021-09-30 |
تاريخ النشر | 2021-09-30 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | xinxinz9999 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Speed UP!", "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!", "version": "0.0.0.1", "manifest_version": 3, "author": "XINXIN ZHAO", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |