Echo Mag Banner Block
Removes the banner and its container from the top of the Echo Mag website.
Wat is Echo Mag Banner Block?
Echo Mag Banner Block is een Chrome-extensie ontwikkeld door CJ Vogt, en de belangrijkste functie is "Removes the banner and its container from the top of the Echo Mag website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Echo Mag Banner Block
Download Echo Mag Banner Block-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Echo Mag Banner Block |
ID | bfpljidcniajmahlgodjmbomgkfphhjm |
Officiële URL | https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm |
Beschrijving | Removes the banner and its container from the top of the Echo Mag website. |
Bestandsgrootte | 455 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2015-03-26 |
Publicatiedatum | 2015-03-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | CJ Vogt |
Betalingswijze | free |
Help Pagina-URL | https://github.com/rainbow-unicorn/echo-mag-banner-block |
Ondersteunde Talen | 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" ] } ] } |