Youtube Darkmode
Enable Youtube's new Material UI theme
ما هو Youtube Darkmode؟
Youtube Darkmode هو إضافة Chrome تم تطويرها بواسطة Jack Hanford، والميزة الرئيسية لها هي "Enable Youtube's new Material UI theme".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Youtube Darkmode
قم بتنزيل ملفات الامتداد Youtube Darkmode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enable Youtube's new Material Design mode, which also enables Youtube's Darkmode feature. This chrome extension puts users in the A/B test for the new Youtube UI Github: https://github.com/hanford/youtube-darkmode
معلومات أساسية عن التمديد
الاسم | |
ID | ajngaombckgmodafdnmipfmcfgppnnhp |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/youtube-darkmode/ajngaombckgmodafdnmipfmcfgppnnhp |
الوصف | Enable Youtube's new Material UI theme |
حجم الملف | 8.11 KB |
عدد التثبيتات | 570 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2017-05-17 |
تاريخ النشر | 2017-05-17 |
تقييم | 2.00/5 مجموع تقييمات 4 |
المطور | Jack Hanford |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Darkmode", "version": "0.0.1", "manifest_version": 2, "description": "Enable Youtube's new Material UI theme", "icons": { "16": "icon.png", "32": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "*:\/\/youtube.com\/*" ], "browser_action": { "default_icon": "icon.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "cookie-setter.js" ], "run_at": "document_start", "all_frames": true } ] } |