Echo Mag Banner Block

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

Cos'è Echo Mag Banner Block?

Echo Mag Banner Block è un'estensione di Chrome sviluppata da CJ Vogt, e la sua funzione principale è "Removes the banner and its container from the top of the Echo Mag website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Echo Mag Banner Block

Scarica i file di estensione Echo Mag Banner Block 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Echo Mag Banner Block Echo Mag Banner Block
ID bfpljidcniajmahlgodjmbomgkfphhjm
URL Ufficiale https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm
Descrizione Removes the banner and its container from the top of the Echo Mag website.
Dimensione del File 455 KB
Conteggio Installazioni 19
Versione Corrente 0.0.2
Ultimo Aggiornamento 2015-03-26
Data di Pubblicazione 2015-03-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore CJ Vogt
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/rainbow-unicorn/echo-mag-banner-block
Lingue Supportate 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"
            ]
        }
    ]
}