White Youtube Theater
Simply turns the ugly black theater background on youtube videos into a white one.
ما هو White Youtube Theater؟
White Youtube Theater هو إضافة Chrome تم تطويرها بواسطة Matty، والميزة الرئيسية لها هي "Simply turns the ugly black theater background on youtube videos into a white one.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة White Youtube Theater
قم بتنزيل ملفات الامتداد White Youtube Theater بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.
معلومات أساسية عن التمديد
الاسم | |
ID | jhiplojahdcbafccnhpgloocikmommgi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi |
الوصف | Simply turns the ugly black theater background on youtube videos into a white one. |
حجم الملف | 11.65 KB |
عدد التثبيتات | 29 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2017-08-12 |
تاريخ النشر | 2017-08-11 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Matty |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White Youtube Theater", "version": "0.0.2", "description": "Simply turns the ugly black theater background on youtube videos into a white one.", "icons": { "64": "icon64.png" }, "author": "Matty", "browser_action": { "default_icon": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "js": [ "script.js" ] } ] } |