Custom Color for YouTube's Progress Bar
Change the red color to a custom YouTube progress bar color
ما هو Custom Color for YouTube's Progress Bar؟
Custom Color for YouTube's Progress Bar هو إضافة Chrome تم تطويرها بواسطة Magic Dev، والميزة الرئيسية لها هي "Change the red color to a custom YouTube progress bar color".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Custom Color for YouTube's Progress Bar
قم بتنزيل ملفات الامتداد Custom Color for YouTube's Progress Bar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Change Youtube™ progress bar to custom color. Make your Youtube™ player awesome! - The ability to choose the color yourself - Selection of beautiful colors for the progress bar - Color preservation. You don't have to choose a color every time ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ------------------- Leave your feedback :)
معلومات أساسية عن التمديد
الاسم | Custom Color for YouTube's Progress Bar |
ID | ockckcgfofdgmleckhfigmkgkmafgald |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/custom-color-for-youtubes/ockckcgfofdgmleckhfigmkgkmafgald |
الوصف | Change the red color to a custom YouTube progress bar color |
حجم الملف | 50.95 KB |
عدد التثبيتات | 1,092 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2022-11-05 |
تاريخ النشر | 2022-08-22 |
تقييم | 4.10/5 مجموع تقييمات 20 |
المطور | Magic Dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Custom Color for YouTube's Progress Bar", "description": "Change the red color to a custom YouTube progress bar color", "version": "1.0.3", "content_scripts": [ { "js": [ "jquery-3.6.0.min.js", "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon_128.png" }, "permissions": [ "storage" ] } |