Netflix Light Mode
This is an extension that allows you to utilise Netflix in a light mode
Qu'est-ce que Netflix Light Mode ?
Netflix Light Mode est une extension Chrome développée par sensaiben, et sa fonction principale est "This is an extension that allows you to utilise Netflix in a light mode".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Netflix Light Mode
Téléchargez les fichiers d'extension Netflix Light Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Netflix Light Mode |
ID | nlkblacjcdilfdjmmlfemoalcbjjopgf |
URL Officiel | https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf |
Description | This is an extension that allows you to utilise Netflix in a light mode |
Taille du Fichier | 28.97 KB |
Nombre d'Installations | 1,399 |
Version Actuelle | 2.0.0.4 |
Dernière Mise à Jour | 2020-06-01 |
Date de Publication | 2020-06-01 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | sensaiben |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |