绿色搜索

屏蔽百度搜索结果列表中的广告信息, 将移除或者弱化显示

What is 绿色搜索?

绿色搜索 is a Chrome extension developed by 紫石, and its main feature is "屏蔽百度搜索结果列表中的广告信息, 将移除或者弱化显示".

Extension Screenshots

screenshot
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 aeajloomjeoncelkceelhhpkgbcgafek
Official URL https://chromewebstore.google.com/detail/%E7%BB%BF%E8%89%B2%E6%90%9C%E7%B4%A2/aeajloomjeoncelkceelhhpkgbcgafek
Description 屏蔽百度搜索结果列表中的广告信息, 将移除或者弱化显示
File Size 20.05 KB
Installation Count 10,000
Current Version 0.1
Last Updated 2016-10-26
Publish Date 2016-10-25
Rating 4.96/5 Total 47 Ratings
Developer 紫石
Email [email protected]
Payment Type free
Privacy Policy Page URL https://jsonhandle.sinaapp.com
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7eff\u8272\u641c\u7d22",
    "description": "\u5c4f\u853d\u767e\u5ea6\u641c\u7d22\u7ed3\u679c\u5217\u8868\u4e2d\u7684\u5e7f\u544a\u4fe1\u606f, \u5c06\u79fb\u9664\u6216\u8005\u5f31\u5316\u663e\u793a",
    "version": "0.1",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-16.png",
        "default_title": "\u7eff\u8272\u641c\u7d22"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/www.baidu.com\/*",
        "http:\/\/www.baidu.com\/*"
    ]
}