去除百度搜索广告

去除百度搜索广告

What is 去除百度搜索广告?

去除百度搜索广告 is a Chrome extension developed by Unknown, 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 khicoocmpkgjjdmdidibiehepfbobbmf
Official URL https://chromewebstore.google.com/detail/%E5%8E%BB%E9%99%A4%E7%99%BE%E5%BA%A6%E6%90%9C%E7%B4%A2%E5%B9%BF%E5%91%8A/khicoocmpkgjjdmdidibiehepfbobbmf
Description 去除百度搜索广告
File Size 25.96 KB
Installation Count 186
Current Version 1.0
Last Updated 2017-02-20
Publish Date 2017-02-19
Rating 4.33/5 Total 6 Ratings
Developer Unknown
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u53bb\u9664\u767e\u5ea6\u641c\u7d22\u5e7f\u544a",
    "version": "1.0",
    "description": "\u53bb\u9664\u767e\u5ea6\u641c\u7d22\u5e7f\u544a",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.baidu.com\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        },
        {
            "matches": [
                "*:\/\/zhidao.baidu.com\/*"
            ],
            "js": [
                "js\/zhidao.js"
            ]
        }
    ]
}