Echo Mag Banner Block
Removes the banner and its container from the top of the Echo Mag website.
Qu'est-ce que Echo Mag Banner Block ?
Echo Mag Banner Block est une extension Chrome développée par CJ Vogt, et sa fonction principale est "Removes the banner and its container from the top of the Echo Mag website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Echo Mag Banner Block
Téléchargez les fichiers d'extension Echo Mag Banner Block au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Echo Mag Banner Block |
ID | bfpljidcniajmahlgodjmbomgkfphhjm |
URL Officiel | https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm |
Description | Removes the banner and its container from the top of the Echo Mag website. |
Taille du Fichier | 455 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2015-03-26 |
Date de Publication | 2015-03-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | CJ Vogt |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/rainbow-unicorn/echo-mag-banner-block |
Langues Prises en Charge | 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" ] } ] } |