AD Cleaner
Clean the f**king advertisement.
AD Cleanerとは何ですか?
AD CleanerはYu Hongdaによって開発されたChromeの拡張機能で、その主な機能は「Clean the f**king advertisement.」です。
AD Cleaner拡張機能のCRXファイルをダウンロード
AD Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Clean the f**king advertisement.
拡張機能の基本情報
名前 | |
ID | dpbinackkjclbfiajpilofjgpdnnokao |
公式URL | https://chrome.google.com/webstore/detail/ad-cleaner/dpbinackkjclbfiajpilofjgpdnnokao |
説明 | Clean the f**king advertisement. |
ファイルサイズ | 70.54 KB |
インストール数 | 119 |
現在のバージョン | 1.0.0 |
最終更新日 | 2015-08-10 |
公開日 | 2015-08-10 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Yu Hongda |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | zh-CN |
manifest.json | |
{ "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "icon_128.png", "default_title": "AD Cleaner" }, "content_scripts": [ { "js": [ "jquery-1.7.2.min.js", "script.js" ], "matches": [ "http:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Clean the f**king advertisement.", "icons": { "128": "icon_128.png" }, "name": "AD Cleaner", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "tabs", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0" } |