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.

Cos'è Anti Ads Hijacking?

Anti Ads Hijacking è un'estensione di Chrome sviluppata da Bruce King, e la sua funzione principale è "When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anti Ads Hijacking

Scarica i file di estensione Anti Ads Hijacking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Anti Ads Hijacking Anti Ads Hijacking
ID fhjblkidlgjmdcljngkmfangeonfppcd
URL Ufficiale https://chrome.google.com/webstore/detail/anti-ads-hijacking/fhjblkidlgjmdcljngkmfangeonfppcd
Descrizione When you are suffering the ads-hijacking in China (especially with China Telecom), but Adblock(Plus) doesn't work, you'll need it.
Dimensione del File 25.63 KB
Conteggio Installazioni 725
Versione Corrente 0.0.5
Ultimo Aggiornamento 2014-09-01
Data di Pubblicazione 2014-09-01
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore Bruce King
Tipo di Pagamento free
Lingue Supportate 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
}