每氪净化

针对百度和360优化,更纯净 1.去除推广广告 2.阻止百度cookie追踪 3.支持居中显示 4.支持百度关键字搜索屏蔽

Cos'è 每氪净化?

每氪净化 è un'estensione di Chrome sviluppata da 百梦, e la sua funzione principale è "针对百度和360优化,更纯净 1.去除推广广告 2.阻止百度cookie追踪 3.支持居中显示 4.支持百度关键字搜索屏蔽".

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

                        使用更纯净的百度 1.屏蔽百度广告推广 2.阻止百度追踪 3.支持居中显示治愈偏头痛 4.支持屏蔽csdn等关键字                    

Informazioni di Base sull'Estensione

Nome 每氪净化 每氪净化
ID bhjllcbooegngfdndlcbmelgcaalkodm
URL Ufficiale https://chromewebstore.google.com/detail/%E6%AF%8F%E6%B0%AA%E5%87%80%E5%8C%96/bhjllcbooegngfdndlcbmelgcaalkodm
Descrizione 针对百度和360优化,更纯净 1.去除推广广告 2.阻止百度cookie追踪 3.支持居中显示 4.支持百度关键字搜索屏蔽
Dimensione del File 108 KB
Conteggio Installazioni 2,000
Versione Corrente 3.0.4
Ultimo Aggiornamento 2022-02-16
Data di Pubblicazione 2021-09-20
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore 百梦
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "\u6bcf\u6c2a\u51c0\u5316"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/meikeBaidu.js"
            ],
            "matches": [
                "*:\/\/*.baidu.com\/*",
                "*:\/\/*.bdstatic.com\/*",
                "*:\/\/*.so.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\u9488\u5bf9\u767e\u5ea6\u548c360\u4f18\u5316\uff0c\u66f4\u7eaf\u51c0 1.\u53bb\u9664\u63a8\u5e7f\u5e7f\u544a 2.\u963b\u6b62\u767e\u5ea6cookie\u8ffd\u8e2a 3.\u652f\u6301\u5c45\u4e2d\u663e\u793a 4.\u652f\u6301\u767e\u5ea6\u5173\u952e\u5b57\u641c\u7d22\u5c4f\u853d",
    "icons": {
        "16": "images\/sbaidu_16.png",
        "48": "images\/sbaidu_48.png",
        "128": "images\/sbaidu_128.png"
    },
    "manifest_version": 2,
    "name": "\u6bcf\u6c2a\u51c0\u5316",
    "permissions": [
        "storage",
        "cookies",
        "*:\/\/*.baidu.com\/*",
        "*:\/\/*.bdstatic.com\/*",
        "*:\/\/*.so.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.4",
    "web_accessible_resources": [
        "images\/*"
    ]
}