百度推广优化

百度搜索结果页隐藏广告插件

Cos'è 百度推广优化?

百度推广优化 è un'estensione di Chrome sviluppata da zhengfei911, e la sua funzione principale è "百度搜索结果页隐藏广告插件".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 百度推广优化

Scarica i file di estensione 百度推广优化 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome 百度推广优化 百度推广优化
ID dcbjckkamhnldbpiigohjemededecpeg
URL Ufficiale https://chrome.google.com/webstore/detail/%E7%99%BE%E5%BA%A6%E6%8E%A8%E5%B9%BF%E4%BC%98%E5%8C%96/dcbjckkamhnldbpiigohjemededecpeg
Descrizione 百度搜索结果页隐藏广告插件
Dimensione del File 55.53 KB
Conteggio Installazioni 516
Versione Corrente 0.1.2
Ultimo Aggiornamento 2016-07-03
Data di Pubblicazione 2016-07-03
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore zhengfei911
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/fly9i/ban_baidu_ad
URL della Pagina di Aiuto https://github.com/fly9i/ban_baidu_ad
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u767e\u5ea6\u63a8\u5e7f\u4f18\u5316",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "\u767e\u5ea6\u641c\u7d22\u7ed3\u679c\u9875\u9690\u85cf\u5e7f\u544a\u63d2\u4ef6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "\u767e\u5ea6\u63a8\u5e7f\u4f18\u5316",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "webNavigation",
        "storage",
        "http:\/\/www.baidu.com\/s*",
        "https:\/\/www.baidu.com\/s*"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.baidu.com\/*",
                "https:\/\/www.baidu.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/iconfont.eot",
        "icons\/iconfont.woff",
        "icons\/iconfont.svg",
        "icons\/iconfont.ttf",
        "setting.html"
    ]
}