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 |
官方網址 | 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" ] } |