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
官方URL 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
}