百度推广优化

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

百度推广优化란 무엇입니까?

百度推广优化은(는) zhengfei911에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "百度搜索结果页隐藏广告插件"입니다.

확장 프로그램 스크린샷

screenshot

百度推广优化 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 百度推广优化 百度推广优化
ID dcbjckkamhnldbpiigohjemededecpeg
공식 URL 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
설명 百度搜索结果页隐藏广告插件
파일 크기 55.53 KB
설치 횟수 516
현재 버전 0.1.2
최근 업데이트 2016-07-03
출시 날짜 2016-07-03
평점 3.80/5 총 5 개의 평점
개발자 zhengfei911
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/fly9i/ban_baidu_ad
도움말 페이지 URL https://github.com/fly9i/ban_baidu_ad
지원되는 언어 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"
    ]
}