AD Cleaner
Clean the f**king advertisement.
What is AD Cleaner?
AD Cleaner is a Chrome extension developed by Yu Hongda, and its main feature is "Clean the f**king advertisement.".
Download AD Cleaner Extension CRX File
Download AD Cleaner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Clean the f**king advertisement.
Extension Basic Information
Name | |
ID | dpbinackkjclbfiajpilofjgpdnnokao |
Official URL | https://chrome.google.com/webstore/detail/ad-cleaner/dpbinackkjclbfiajpilofjgpdnnokao |
Description | Clean the f**king advertisement. |
File Size | 70.54 KB |
Installation Count | 119 |
Current Version | 1.0.0 |
Last Updated | 2015-08-10 |
Publish Date | 2015-08-10 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Yu Hongda |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |