百度去广告

百度去广告

Apa itu 百度去广告?

百度去广告 adalah ekstensi Chrome yang dikembangkan oleh 跃迁小能手, dan fitur utamanya adalah "百度去广告".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 百度去广告

Unduh file ekstensi 百度去广告 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        本插件旨在去除百度搜索结果标记为广告或推广的条目,有利于用户聚焦自然搜索结果。                    

Informasi Dasar Ekstensi

Nama 百度去广告 百度去广告
ID bjldfjbcgboigpaccblgfhhpohfllcno
URL Resmi https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E5%8E%BB%E5%B9%BF%E5%91%8A/bjldfjbcgboigpaccblgfhhpohfllcno
Deskripsi 百度去广告
Ukuran File 11.63 KB
Jumlah Instalasi 311
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-06-21
Tanggal Publikasi 2023-06-21
Penilaian 4.00/5 Total 2 Penilaian
Pengembang 跃迁小能手
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}