Ad Minus
Dismiss ad overlays.
什么是Ad Minus?
Ad Minus是由ericlawrence开发的Chrome扩展程序,该扩展的主要功能是“Dismiss ad overlays.”。
扩展截图
下载Ad Minus扩展crx文件
下载Ad Minus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds an icon to the url bar on supported sites allowing you to dismiss certain ad overlays. More sites and the ability to add custom sites will be supported in the future. Right now it is only active on Omaha.com.
扩展基本信息
名称 | Ad Minus |
ID | iogaabojnbehlhfdigojaopppipmlmjm |
官方URL | https://chromewebstore.google.com/detail/ad-minus/iogaabojnbehlhfdigojaopppipmlmjm |
简介 | Dismiss ad overlays. |
文件大小 | 42.32 KB |
安装次数 | 14 |
当前版本 | 0.1 |
更新时间 | 2013-03-16 |
上架时间 | 2013-03-16 |
开发者 | ericlawrence |
付费类型 | free |
扩展官网 | https://github.com/squaretone/adminus |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ad Minus", "version": "0.1", "manifest_version": 2, "description": "Dismiss ad overlays.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.omaha.com\/*" ], "js": [ "jquery-1.9.1.min.js", "content.js" ] } ], "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Remove ad overlay" }, "permissions": [ "tabs" ] } |