Netflix Light Mode
This is an extension that allows you to utilise Netflix in a light mode
Wat is Netflix Light Mode?
Netflix Light Mode is een Chrome-extensie ontwikkeld door sensaiben, en de belangrijkste functie is "This is an extension that allows you to utilise Netflix in a light mode".
Extensie Screenshots
Download het CRX-bestand van de extensie Netflix Light Mode
Download Netflix Light Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Netflix Light Mode |
ID | nlkblacjcdilfdjmmlfemoalcbjjopgf |
Officiële URL | https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf |
Beschrijving | This is an extension that allows you to utilise Netflix in a light mode |
Bestandsgrootte | 28.97 KB |
Aantal Installaties | 1,399 |
Huidige Versie | 2.0.0.4 |
Laatst Bijgewerkt | 2020-06-01 |
Publicatiedatum | 2020-06-01 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | sensaiben |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |