屏蔽百度广告

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

What is 屏蔽百度广告?

屏蔽百度广告 is a Chrome extension developed by jayden, 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 phaofopdlaolpkkdecfdlndjkmpmiijc
Official 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
Description 百度搜索结果页隐藏广告插件
File Size 92.58 KB
Installation Count 758
Current Version 0.2.2
Last Updated 2019-08-08
Publish Date 2019-08-08
Rating 4.17/5 Total 23 Ratings
Developer jayden
Payment Type free
Supported Languages 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"
    ]
}