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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}