Echo Mag Banner Block
Removes the banner and its container from the top of the Echo Mag website.
Co to jest Echo Mag Banner Block?
Echo Mag Banner Block to rozszerzenie Chrome opracowane przez CJ Vogt, a jego główną funkcją jest „Removes the banner and its container from the top of the Echo Mag website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Echo Mag Banner Block
Pobierz pliki rozszerzeń Echo Mag Banner Block w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Echo Mag Banner Block |
ID | bfpljidcniajmahlgodjmbomgkfphhjm |
Oficjalny URL | https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm |
Opis | Removes the banner and its container from the top of the Echo Mag website. |
Rozmiar pliku | 455 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2015-03-26 |
Data Publikacji | 2015-03-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | CJ Vogt |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/rainbow-unicorn/echo-mag-banner-block |
Obsługiwane Języki | 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" ] } ] } |