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