Echo Mag Banner Block
Removes the banner and its container from the top of the Echo Mag website.
¿Qué es Echo Mag Banner Block?
Echo Mag Banner Block es una extensión de Chrome desarrollada por CJ Vogt, y su función principal es "Removes the banner and its container from the top of the Echo Mag website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Echo Mag Banner Block
Descarga archivos de extensión Echo Mag Banner Block en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Echo Mag Banner Block |
ID | bfpljidcniajmahlgodjmbomgkfphhjm |
URL Oficial | https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm |
Descripción | Removes the banner and its container from the top of the Echo Mag website. |
Tamaño del Archivo | 455 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 0.0.2 |
Última Actualización | 2015-03-26 |
Fecha de Publicación | 2015-03-25 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | CJ Vogt |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/rainbow-unicorn/echo-mag-banner-block |
Idiomas Soportados | 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" ] } ] } |