百度搜索净化助手

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

What is 百度搜索净化助手?

百度搜索净化助手 is a Chrome extension developed by https://kunquer.com, and its main feature is "百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告".

Extension Screenshots

screenshot

Download 百度搜索净化助手 Extension CRX File

Download 百度搜索净化助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 百度搜索净化助手 百度搜索净化助手
ID opkkhancekacijafnjgcgkdeccabaped
Official 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
Description 百度搜索页面去广告,屏蔽广告。点击图标显示/屏蔽广告
File Size 16.51 KB
Installation Count 388
Current Version 0.0.14
Last Updated 2020-07-27
Publish Date 2020-06-16
Developer https://kunquer.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.kunquer.com/privacy
Supported Languages 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"
        ]
    }
}