Netflix™ Billboard Banner Hider

Hides the large "Billboard" banner at the top of the Netflix™ homepage.

O que é Netflix™ Billboard Banner Hider?

Netflix™ Billboard Banner Hider é uma extensão do Chrome desenvolvida por JG, e sua principal característica é "Hides the large "Billboard" banner at the top of the Netflix™ homepage.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Netflix™ Billboard Banner Hider

Baixe arquivos de extensão Netflix™ Billboard Banner Hider 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

                        Hides the large "Billboard" banner at the top of the Netflix homepage.                    

Informações Básicas da Extensão

Nome Netflix™ Billboard Banner Hider Netflix™ Billboard Banner Hider
ID iiccgglbjljnekmhjfgpddnhmbihpaoe
URL Oficial https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe
Descrição Hides the large "Billboard" banner at the top of the Netflix™ homepage.
Tamanho do Arquivo 7.78 KB
Contagem de Instalações 177
Versão Atual 0.0.2
Última Atualização 2015-07-04
Data de Publicação 2015-07-04
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor JG
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix\u2122 Billboard Banner Hider",
    "short_name": "Netflix\u2122 Billboard Hider",
    "description": "Hides the large \"Billboard\" banner at the top of the Netflix\u2122 homepage.",
    "version": "0.0.2",
    "icons": {
        "48": "res\/netflix48.png",
        "128": "res\/netflix128.png"
    },
    "content_scripts": [
        {
            "css": [
                "netflix_hider.css"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/netflix.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}