ytClean | Modern YouTube Theme
A clean, modern look and feel for YouTube.
ما هو ytClean | Modern YouTube Theme؟
ytClean | Modern YouTube Theme هو إضافة Chrome تم تطويرها بواسطة http://justinoboyle.com، والميزة الرئيسية لها هي "A clean, modern look and feel for YouTube.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ytClean | Modern YouTube Theme
قم بتنزيل ملفات الامتداد ytClean | Modern YouTube Theme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ytClean provides a new and refreshing experience to YouTube. Features: - Darker theme to go easier on the eyes. - The entire watch page theme changes based on colors in thumbnail , meaning each video has their own look and feel. ytClean is an evolving extension, that is looking for your feedback! Feel free to discuss new features in the comments or on the GitHub issues page!
معلومات أساسية عن التمديد
الاسم | |
ID | ibnledgdeclbdgjbjlmllphepfbopnmg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ytclean-modern-youtube-th/ibnledgdeclbdgjbjlmllphepfbopnmg |
الوصف | A clean, modern look and feel for YouTube. |
حجم الملف | 293 KB |
عدد التثبيتات | 95 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 3.50/5 مجموع تقييمات 14 |
المطور | http://justinoboyle.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/justinoboyle/ytClean/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ytClean | Modern YouTube Theme", "version": "0.0.3", "manifest_version": 2, "description": "A clean, modern look and feel for YouTube.", "homepage_url": "https:\/\/github.com\/justinoboyle\/ytClean", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "inject.js" ] } ] } |