Netflix Light Mode

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

O que é Netflix Light Mode?

Netflix Light Mode é uma extensão do Chrome desenvolvida por sensaiben, e sua principal característica é "This is an extension that allows you to utilise Netflix in a light mode".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Netflix Light Mode

Baixe arquivos de extensão Netflix Light Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Netflix Light Mode Netflix Light Mode
ID nlkblacjcdilfdjmmlfemoalcbjjopgf
URL Oficial https://chromewebstore.google.com/detail/netflix-light-mode/nlkblacjcdilfdjmmlfemoalcbjjopgf
Descrição This is an extension that allows you to utilise Netflix in a light mode
Tamanho do Arquivo 28.97 KB
Contagem de Instalações 1,399
Versão Atual 2.0.0.4
Última Atualização 2020-06-01
Data de Publicação 2020-06-01
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor sensaiben
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}