Echo Mag Banner Block
Removes the banner and its container from the top of the Echo Mag website.
Τι είναι το Echo Mag Banner Block;
Το Echo Mag Banner Block είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CJ Vogt, και η κύρια λειτουργία του είναι "Removes the banner and its container from the top of the Echo Mag website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Echo Mag Banner Block
Λήψη αρχείων επέκτασης Echo Mag Banner Block σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Echo Mag Banner Block |
ID | bfpljidcniajmahlgodjmbomgkfphhjm |
Επίσημο URL | https://chromewebstore.google.com/detail/echo-mag-banner-block/bfpljidcniajmahlgodjmbomgkfphhjm |
Περιγραφή | Removes the banner and its container from the top of the Echo Mag website. |
Μέγεθος Αρχείου | 455 KB |
Αριθμός Εγκαταστάσεων | 19 |
Τρέχουσα Έκδοση | 0.0.2 |
Τελευταία Ενημέρωση | 2015-03-26 |
Ημερομηνία Δημοσίευσης | 2015-03-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | CJ Vogt |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rainbow-unicorn/echo-mag-banner-block |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |