百度搜索净化助手

百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告

Cos'è 百度搜索净化助手?

百度搜索净化助手 è un'estensione di Chrome sviluppata da https://kunquer.com, e la sua funzione principale è "百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 百度搜索净化助手

Scarica i file di estensione 百度搜索净化助手 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

                        百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告                    

Informazioni di Base sull'Estensione

Nome 百度搜索净化助手 百度搜索净化助手
ID opkkhancekacijafnjgcgkdeccabaped
URL Ufficiale https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E6%90%9C%E7%B4%A2%E5%87%80%E5%8C%96%E5%8A%A9%E6%89%8B/opkkhancekacijafnjgcgkdeccabaped
Descrizione 百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告
Dimensione del File 16.51 KB
Conteggio Installazioni 388
Versione Corrente 0.0.14
Ultimo Aggiornamento 2020-07-27
Data di Pubblicazione 2020-06-16
Sviluppatore https://kunquer.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.kunquer.com/privacy
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u767e\u5ea6\u641c\u7d22\u51c0\u5316\u52a9\u624b",
    "version": "0.0.14",
    "description": "\u767e\u5ea6\u641c\u7d22\u9875\u9762\u53bb\u5e7f\u544a\uff0c\u5c4f\u853d\u5e7f\u544a\u3002\u70b9\u51fb\u56fe\u6807\u663e\u793a\/\u5c4f\u853d\u5e7f\u544a",
    "icons": {
        "128": "img\/logo (1).png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/logo (1).png",
        "default_title": "\u70b9\u51fb\u56fe\u6807\u663e\u793a\/\u5c4f\u853d\u5e7f\u544a"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.baidu.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}