Anti Ads Hijacking

When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.

什麼是Anti Ads Hijacking?

Anti Ads Hijacking是由Bruce King開發的Chrome擴展程式,該擴展的主要功能是“When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.”。

擴展截圖

screenshot

下載Anti Ads Hijacking擴展crx文件

下載Anti Ads Hijacking擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Source code: https://github.com/xieweiking/anti-ads-hijacking
(And there is an ads_hosts file, light-user can just ignore it)                    

擴展基本資訊

名稱 Anti Ads Hijacking Anti Ads Hijacking
ID fhjblkidlgjmdcljngkmfangeonfppcd
官方網址 https://chrome.google.com/webstore/detail/anti-ads-hijacking/fhjblkidlgjmdcljngkmfangeonfppcd
簡介 When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.
檔案大小 25.63 KB
安裝次數 725
目前版本 0.0.5
更新時間 2014-09-01
上架時間 2014-09-01
評分 3.60/5 共 5 次評分
開發者 Bruce King
付費類型 free
支援的語言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "0.0.5",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "script\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}