Netflix Light Mode

This is an extension that allows you to utilise Netflix in a light mode

Was ist Netflix Light Mode?

Netflix Light Mode ist eine Chrome-Erweiterung, die von sensaiben entwickelt wurde, und ihr Hauptmerkmal ist "This is an extension that allows you to utilise Netflix in a light mode".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Netflix Light Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netflix Light Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Netflix Light Mode Netflix Light Mode
ID nlkblacjcdilfdjmmlfemoalcbjjopgf
Offizielle URL https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf
Beschreibung This is an extension that allows you to utilise Netflix in a light mode
Dateigröße 28.97 KB
Installationsanzahl 1,399
Aktuelle Version 2.0.0.4
Letztes Update 2020-06-01
Veröffentlichungsdatum 2020-06-01
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler sensaiben
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}