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
}