Netflix Light Mode
This is an extension that allows you to utilise Netflix in a light mode
Co to jest Netflix Light Mode?
Netflix Light Mode to rozszerzenie Chrome opracowane przez sensaiben, a jego główną funkcją jest „This is an extension that allows you to utilise Netflix in a light mode”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix Light Mode
Pobierz pliki rozszerzeń Netflix Light Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Netflix Light Mode |
ID | nlkblacjcdilfdjmmlfemoalcbjjopgf |
Oficjalny URL | https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf |
Opis | This is an extension that allows you to utilise Netflix in a light mode |
Rozmiar pliku | 28.97 KB |
Liczba instalacji | 1,399 |
Aktualna Wersja | 2.0.0.4 |
Ostatnia Aktualizacja | 2020-06-01 |
Data Publikacji | 2020-06-01 |
Ocena | 3.00/5 Łącznie 4 Oceny |
Deweloper | sensaiben |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |