Echo Mag Banner Block

Removes the banner and its container from the top of the Echo Mag website.

O que é Echo Mag Banner Block?

Echo Mag Banner Block é uma extensão do Chrome desenvolvida por CJ Vogt, e sua principal característica é "Removes the banner and its container from the top of the Echo Mag website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Echo Mag Banner Block

Baixe arquivos de extensão Echo Mag Banner Block 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

                        Cleans the top of the Echo Magazine website (echomag.com) by removing the large banner taking up the top of each page. Helps reveal the site in all its glory! (Does not remove the sidebar banners or any other banner ad on the site.)

If you are already using Adblock, this removes the giant black bar across the top of each page.                    

Informações Básicas da Extensão

Nome Echo Mag Banner Block Echo Mag Banner Block
ID bfpljidcniajmahlgodjmbomgkfphhjm
URL Oficial https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm
Descrição Removes the banner and its container from the top of the Echo Mag website.
Tamanho do Arquivo 455 KB
Contagem de Instalações 19
Versão Atual 0.0.2
Última Atualização 2015-03-26
Data de Publicação 2015-03-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor CJ Vogt
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/rainbow-unicorn/echo-mag-banner-block
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Echo Mag Banner Block",
    "version": "0.0.2",
    "author": "Rainbow Unicorn",
    "manifest_version": 2,
    "description": "Removes the banner and its container from the top of the Echo Mag website.",
    "homepage_url": "https:\/\/github.com\/rainbow-unicorn\/echo-mag-banner-block",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/*.echomag.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.echomag.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}