Echo Mag Banner Block

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

Was ist Echo Mag Banner Block?

Echo Mag Banner Block ist eine Chrome-Erweiterung, die von CJ Vogt entwickelt wurde, und ihr Hauptmerkmal ist "Removes the banner and its container from the top of the Echo Mag website.".

Erweiterungsscreenshots

screenshot

Echo Mag Banner Block-Erweiterungs-CRX-Datei herunterladen

Laden Sie Echo Mag Banner Block-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Echo Mag Banner Block Echo Mag Banner Block
ID bfpljidcniajmahlgodjmbomgkfphhjm
Offizielle URL https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm
Beschreibung Removes the banner and its container from the top of the Echo Mag website.
Dateigröße 455 KB
Installationsanzahl 19
Aktuelle Version 0.0.2
Letztes Update 2015-03-26
Veröffentlichungsdatum 2015-03-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler CJ Vogt
Zahlungsart free
Hilfeseite URL https://github.com/rainbow-unicorn/echo-mag-banner-block
Unterstützte Sprachen 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"
            ]
        }
    ]
}