Netflix Light Mode
This is an extension that allows you to utilise Netflix in a light mode
What is Netflix Light Mode?
Netflix Light Mode is a Chrome extension developed by sensaiben, and its main feature is "This is an extension that allows you to utilise Netflix in a light mode".
Extension Screenshots
Download Netflix Light Mode Extension CRX File
Download Netflix Light Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Netflix Light Mode |
ID | nlkblacjcdilfdjmmlfemoalcbjjopgf |
Official URL | https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf |
Description | This is an extension that allows you to utilise Netflix in a light mode |
File Size | 28.97 KB |
Installation Count | 1,399 |
Current Version | 2.0.0.4 |
Last Updated | 2020-06-01 |
Publish Date | 2020-06-01 |
Rating | 3.00/5 Total 4 Ratings |
Developer | sensaiben |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |