Netflix Light Mode

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

Co je Netflix Light Mode?

Netflix Light Mode je rozšíření Chrome vyvinuté sensaiben, a jeho hlavní funkcí je „This is an extension that allows you to utilise Netflix in a light mode“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Netflix Light Mode

Stáhněte si soubory rozšíření Netflix Light Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Netflix Light Mode Netflix Light Mode
ID nlkblacjcdilfdjmmlfemoalcbjjopgf
Oficiální URL https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf
Popis This is an extension that allows you to utilise Netflix in a light mode
Velikost souboru 28.97 KB
Počet instalací 1,399
Aktuální Verze 2.0.0.4
Poslední Aktualizace 2020-06-01
Datum Vydání 2020-06-01
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář sensaiben
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}