屏蔽百度广告

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

Wat is 屏蔽百度广告?

屏蔽百度广告 is een Chrome-extensie ontwikkeld door jayden, en de belangrijkste functie is "百度搜索结果页隐藏广告插件".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 屏蔽百度广告

Download 屏蔽百度广告-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        百度搜索时经常会有很多广告,这个插件用来将广告隐藏,防止广告对用户产生错误的引导。                    

Basisinformatie over de Extensie

Naam 屏蔽百度广告 屏蔽百度广告
ID phaofopdlaolpkkdecfdlndjkmpmiijc
Officiële URL https://chrome.google.com/webstore/detail/%E5%B1%8F%E8%94%BD%E7%99%BE%E5%BA%A6%E5%B9%BF%E5%91%8A/phaofopdlaolpkkdecfdlndjkmpmiijc
Beschrijving 百度搜索结果页隐藏广告插件
Bestandsgrootte 92.58 KB
Aantal Installaties 758
Huidige Versie 0.2.2
Laatst Bijgewerkt 2019-08-08
Publicatiedatum 2019-08-08
Beoordeling 4.17/5 Totaal 23 Beoordelingen
Ontwikkelaar jayden
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "\u5c4f\u853d\u767e\u5ea6\u5e7f\u544a"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/www.baidu.com\/*",
                "https:\/\/www.baidu.com\/*"
            ]
        }
    ],
    "description": "\u767e\u5ea6\u641c\u7d22\u7ed3\u679c\u9875\u9690\u85cf\u5e7f\u544a\u63d2\u4ef6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnw57oPcAXCA7kc+V0aGHPg+Nh2a2Ig4G4KjwhPc5L6AWx2OJ4x8auDwXng6H9J623\/au5Y8\/ChDSc+mOUdumkeAfFHBgcj9dn28fwtnnUs9H30VQJ\/jNgGekInx4zcowCi079S6\/0BKFpzmYSW4H3\/Wo7IfjnvYsu2O6jNyJ9F0Fs0JOtfF6CSrls4\/yt8hBWe4RDIKtxxEcfxK9\/DjWowQ89k441\/Nu8HwPpnIcXQLk3C09EhiEo5Ct7FcXs9qY2UGEF4J32J8TdDTObnzeiWWoC0KlR0dWrj2Xt\/BtgwdKFSrVGo5SIKgp4FssV2dr5W4LB+mrIJVCs8Yj83k2swIDAQAB",
    "manifest_version": 2,
    "name": "\u5c4f\u853d\u767e\u5ea6\u5e7f\u544a",
    "permissions": [
        "notifications",
        "tabs",
        "webNavigation",
        "storage",
        "http:\/\/www.baidu.com\/s*",
        "https:\/\/www.baidu.com\/s*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "web_accessible_resources": [
        "icons\/iconfont.eot",
        "icons\/iconfont.woff",
        "icons\/iconfont.svg",
        "icons\/iconfont.ttf",
        "setting.html"
    ]
}