广告净化器 - Ads Ban

屏蔽网站广告

Cos'è 广告净化器 - Ads Ban?

广告净化器 - Ads Ban è un'estensione di Chrome sviluppata da linka, e la sua funzione principale è "屏蔽网站广告".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 广告净化器 - Ads Ban

Scarica i file di estensione 广告净化器 - Ads Ban 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

                        屏蔽百度搜索、360搜索、搜狗搜索、bing、hao123等相关产品的列表广告
屏蔽CSDN、Cnblogs、部分NSFW网站的广告                    

Informazioni di Base sull'Estensione

Nome 广告净化器 - Ads Ban 广告净化器 - Ads Ban
ID gogebechbnmmcbdajhgckjpnlahpkcje
URL Ufficiale https://chrome.google.com/webstore/detail/%E5%B9%BF%E5%91%8A%E5%87%80%E5%8C%96%E5%99%A8-ads-ban/gogebechbnmmcbdajhgckjpnlahpkcje
Descrizione 屏蔽网站广告
Dimensione del File 48.9 KB
Conteggio Installazioni 675
Versione Corrente 0.1.2
Ultimo Aggiornamento 2021-05-18
Data di Pubblicazione 2019-07-21
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore linka
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5e7f\u544a\u51c0\u5316\u5668 - Ads Ban",
    "version": "0.1.2",
    "description": "\u5c4f\u853d\u7f51\u7ad9\u5e7f\u544a",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "jquery.js",
                "content_scripts.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128X128.png",
        "64": "icons\/64X64.png",
        "48": "icons\/48X48.png"
    }
}