百度去广告
百度去广告
Vad är 百度去广告?
百度去广告 är en Chrome-tillägg utvecklad av 跃迁小能手, och dess huvudfunktion är "百度去广告".
Tilläggsskärmbilder
Ladda ner 百度去广告-förlängningens CRX-fil
Ladda ner 百度去广告-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        本插件旨在去除百度搜索结果标记为广告或推广的条目,有利于用户聚焦自然搜索结果。                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | bjldfjbcgboigpaccblgfhhpohfllcno | 
| Officiell webbadress | https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E5%8E%BB%E5%B9%BF%E5%91%8A/bjldfjbcgboigpaccblgfhhpohfllcno | 
| Beskrivning | 百度去广告 | 
| Filstorlek | 11.63 KB | 
| Antal Installationer | 311 | 
| Aktuell Version | 1.0 | 
| Senast Uppdaterad | 2023-06-21 | 
| Publiceringsdatum | 2023-06-21 | 
| Betyg | 4.00/5 Totalt 2 Betyg | 
| Utvecklare | 跃迁小能手 | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
        }
    ]
}  |  |