百度广告美化

让百度搜索中的广告变得更容易辨认

What is 百度广告美化?

百度广告美化 is a Chrome extension developed by http://jimliu.net, 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 cdgjngpcochdjgepblbphndibppbgcmp
Official URL https://chrome.google.com/webstore/detail/%E7%99%BE%E5%BA%A6%E5%B9%BF%E5%91%8A%E7%BE%8E%E5%8C%96/cdgjngpcochdjgepblbphndibppbgcmp
Description 让百度搜索中的广告变得更容易辨认
File Size 247 KB
Installation Count 551
Current Version 1.0.1
Last Updated 2016-05-31
Publish Date 2016-05-31
Rating 4.72/5 Total 29 Ratings
Developer http://jimliu.net
Payment Type free
Privacy Policy Page URL http://jimliu.net
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "app\/images\/logo-16.png",
        "128": "app\/images\/logo-128.png"
    },
    "default_locale": "zh_CN",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "app\/scripts\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/www.baidu.com\/",
        "*:\/\/www.baidu.com\/?*",
        "*:\/\/www.baidu.com\/s?*",
        "http:\/\/bdad.applinzi.com\/*",
        "storage"
    ],
    "options_ui": {
        "page": "app\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.baidu.com\/",
                "*:\/\/www.baidu.com\/?*",
                "*:\/\/www.baidu.com\/s?*"
            ],
            "css": [
                "app\/styles\/contentscript.css"
            ],
            "js": [
                "app\/lib\/uuid.js",
                "app\/scripts\/rules.js",
                "app\/scripts\/common.js",
                "app\/scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "app\/images\/logo-19.png",
            "38": "app\/images\/logo-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "app\/popup.html"
    }
}