百度去广告

百度去广告

百度去广告란 무엇입니까?

百度去广告은(는) 跃迁小能手에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "百度去广告"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

百度去广告 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        本插件旨在去除百度搜索结果标记为广告或推广的条目,有利于用户聚焦自然搜索结果。                    

확장 프로그램 기본 정보

이름 百度去广告 百度去广告
ID bjldfjbcgboigpaccblgfhhpohfllcno
공식 URL https://chromewebstore.google.com/detail/%E7%99%BE%E5%BA%A6%E5%8E%BB%E5%B9%BF%E5%91%8A/bjldfjbcgboigpaccblgfhhpohfllcno
설명 百度去广告
파일 크기 11.63 KB
설치 횟수 311
현재 버전 1.0
최근 업데이트 2023-06-21
출시 날짜 2023-06-21
평점 4.00/5 총 2 개의 평점
개발자 跃迁小能手
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u767e\u5ea6\u53bb\u5e7f\u544a",
    "version": "1.0",
    "manifest_version": 3,
    "description": "\u767e\u5ea6\u53bb\u5e7f\u544a",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts.js"
            ],
            "matches": [
                "*:\/\/www.baidu.com\/*"
            ],
            "run_at": "document_end"
        }
    ]
}