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 CJ Vogt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes the banner and its container from the top of the Echo Mag website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Echo Mag Banner Block एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |