Netflix Light Mode

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

Cos'è Netflix Light Mode?

Netflix Light Mode è un'estensione di Chrome sviluppata da sensaiben, e la sua funzione principale è "This is an extension that allows you to utilise Netflix in a light mode".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Netflix Light Mode

Scarica i file di estensione Netflix Light Mode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Netflix Light Mode Netflix Light Mode
ID nlkblacjcdilfdjmmlfemoalcbjjopgf
URL Ufficiale https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf
Descrizione This is an extension that allows you to utilise Netflix in a light mode
Dimensione del File 28.97 KB
Conteggio Installazioni 1,399
Versione Corrente 2.0.0.4
Ultimo Aggiornamento 2020-06-01
Data di Pubblicazione 2020-06-01
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore sensaiben
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}