Echo Mag Banner Block
Removes the banner and its container from the top of the Echo Mag website.
Co je Echo Mag Banner Block?
Echo Mag Banner Block je rozšíření Chrome vyvinuté CJ Vogt, a jeho hlavní funkcí je „Removes the banner and its container from the top of the Echo Mag website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Echo Mag Banner Block
Stáhněte si soubory rozšíření Echo Mag Banner Block ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Echo Mag Banner Block |
ID | bfpljidcniajmahlgodjmbomgkfphhjm |
Oficiální URL | https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm |
Popis | Removes the banner and its container from the top of the Echo Mag website. |
Velikost souboru | 455 KB |
Počet instalací | 19 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2015-03-26 |
Datum Vydání | 2015-03-25 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | CJ Vogt |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/rainbow-unicorn/echo-mag-banner-block |
Podporované Jazyky | 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" ] } ] } |