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.                    

扩展基本信息

名称 AD Cleaner AD Cleaner
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
电子邮箱 [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"
}