Netflix Light Mode
This is an extension that allows you to utilise Netflix in a light mode
ما هو Netflix Light Mode؟
Netflix Light Mode هو إضافة Chrome تم تطويرها بواسطة sensaiben، والميزة الرئيسية لها هي "This is an extension that allows you to utilise Netflix in a light mode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Netflix Light Mode
قم بتنزيل ملفات الامتداد Netflix Light Mode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Experience Netflix in light mode. If you're tired of the dark background, this extension is perfect for you! Now you can turn it off and on, and personalise your viewing experience using the picture controls.
معلومات أساسية عن التمديد
الاسم | Netflix Light Mode |
ID | nlkblacjcdilfdjmmlfemoalcbjjopgf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf |
الوصف | This is an extension that allows you to utilise Netflix in a light mode |
حجم الملف | 28.97 KB |
عدد التثبيتات | 1,399 |
النسخة الحالية | 2.0.0.4 |
آخر تحديث | 2020-06-01 |
تاريخ النشر | 2020-06-01 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | sensaiben |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Light Mode", "version": "2.0.0.4", "manifest_version": 2, "description": "This is an extension that allows you to utilise Netflix in a light mode", "browser_action": { "default_popup": "controlTab.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "scripts\/content_script.js" ] } ], "web_accessible_resources": [ "netflixLightmodeStyles.css" ] } |