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开发的Chrome扩展程序,该扩展的主要功能是“Removes the banner and its container from the top of the Echo Mag website.”。
扩展截图
下载Echo Mag Banner Block扩展crx文件
下载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" ] } ] } |