Netflix Light Mode
This is an extension that allows you to utilise Netflix in a light mode
Hvad er Netflix Light Mode?
Netflix Light Mode er en Chrome-udvidelse udviklet af sensaiben, og dens hovedfunktion er "This is an extension that allows you to utilise Netflix in a light mode".
Udvidelsesskærmbilleder
Download Netflix Light Mode-udvidelses-CRX-fil
Download Netflix Light Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Netflix Light Mode |
ID | nlkblacjcdilfdjmmlfemoalcbjjopgf |
Officiel URL | https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf |
Beskrivelse | This is an extension that allows you to utilise Netflix in a light mode |
Filstørrelse | 28.97 KB |
Antal Installationer | 1,399 |
Nuværende Version | 2.0.0.4 |
Senest Opdateret | 2020-06-01 |
Udgivelsesdato | 2020-06-01 |
Bedømmelse | 3.00/5 Samlet 4 Bedømmelser |
Udvikler | sensaiben |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |