百度搜索净化助手

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

百度搜索净化助手คืออะไร?

百度搜索净化助手 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kunquer.com และคุณลักษณะหลักของมันคือ "百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 百度搜索净化助手

ดาวน์โหลดไฟล์ส่วนขยาย 百度搜索净化助手 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 百度搜索净化助手 百度搜索净化助手
ID opkkhancekacijafnjgcgkdeccabaped
URL อย่างเป็นทางการ 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
คำอธิบาย 百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告
ขนาดไฟล์ 16.51 KB
จำนวนการติดตั้ง 388
เวอร์ชันปัจจุบัน 0.0.14
อัปเดตครั้งล่าสุด 2020-07-27
วันที่เผยแพร่ 2020-06-16
ผู้พัฒนา https://kunquer.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.kunquer.com/privacy
ภาษาที่รองรับ 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"
        ]
    }
}