百度去广告

百度去广告

Cos'è 百度去广告?

百度去广告 è un'estensione di Chrome sviluppata da 跃迁小能手, e la sua funzione principale è "百度去广告".

Screenshot dell'Estensione

screenshot
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 bjldfjbcgboigpaccblgfhhpohfllcno
URL Ufficiale https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E5%8E%BB%E5%B9%BF%E5%91%8A/bjldfjbcgboigpaccblgfhhpohfllcno
Descrizione 百度去广告
Dimensione del File 11.63 KB
Conteggio Installazioni 311
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-21
Data di Pubblicazione 2023-06-21
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore 跃迁小能手
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u767e\u5ea6\u53bb\u5e7f\u544a",
    "version": "1.0",
    "manifest_version": 3,
    "description": "\u767e\u5ea6\u53bb\u5e7f\u544a",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts.js"
            ],
            "matches": [
                "*:\/\/www.baidu.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}