百度广告美化

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

Was ist 百度广告美化?

百度广告美化 ist eine Chrome-Erweiterung, die von http://jimliu.net entwickelt wurde, und ihr Hauptmerkmal ist "让百度搜索中的广告变得更容易辨认".

Erweiterungsscreenshots

screenshot

百度广告美化-Erweiterungs-CRX-Datei herunterladen

Laden Sie 百度广告美化-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name 百度广告美化 百度广告美化
ID cdgjngpcochdjgepblbphndibppbgcmp
Offizielle 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
Beschreibung 让百度搜索中的广告变得更容易辨认
Dateigröße 247 KB
Installationsanzahl 551
Aktuelle Version 1.0.1
Letztes Update 2016-05-31
Veröffentlichungsdatum 2016-05-31
Bewertung 4.72/5 Insgesamt 29 Bewertungen
Entwickler http://jimliu.net
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://jimliu.net
Unterstützte Sprachen 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"
    }
}