百度搜索去广告推荐

清除百度搜索的广告以及右侧推荐

What is 百度搜索去广告推荐?

百度搜索去广告推荐 is a Chrome extension developed by 情牵楼兰, 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 amhfehpblmdfdbaggkhfgdbdokgjfhje
Official URL https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E6%90%9C%E7%B4%A2%E5%8E%BB%E5%B9%BF%E5%91%8A%E6%8E%A8%E8%8D%90/amhfehpblmdfdbaggkhfgdbdokgjfhje
Description 清除百度搜索的广告以及右侧推荐
File Size 5.65 KB
Installation Count 144
Current Version 1.0.0
Last Updated 2020-01-03
Publish Date 2020-01-03
Rating 1.00/5 Total 1 Ratings
Developer 情牵楼兰
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u767e\u5ea6\u641c\u7d22\u53bb\u5e7f\u544a\u63a8\u8350",
    "version": "1.0.0",
    "description": "\u6e05\u9664\u767e\u5ea6\u641c\u7d22\u7684\u5e7f\u544a\u4ee5\u53ca\u53f3\u4fa7\u63a8\u8350",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.baidu.com\/*",
                "*:\/\/baidu.com\/*"
            ],
            "js": [
                "js\/clear.js"
            ]
        }
    ]
}