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" ] } |