去除百度搜索广告
去除百度搜索广告
去除百度搜索广告란 무엇입니까?
去除百度搜索广告은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "去除百度搜索广告"입니다.
확장 프로그램 스크린샷
去除百度搜索广告 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
清除百度搜索中的广告
확장 프로그램 기본 정보
이름 | 去除百度搜索广告 |
ID | khicoocmpkgjjdmdidibiehepfbobbmf |
공식 URL | https://chromewebstore.google.com/detail/%E5%8E%BB%E9%99%A4%E7%99%BE%E5%BA%A6%E6%90%9C%E7%B4%A2%E5%B9%BF%E5%91%8A/khicoocmpkgjjdmdidibiehepfbobbmf |
설명 | 去除百度搜索广告 |
파일 크기 | 25.96 KB |
설치 횟수 | 186 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-02-20 |
출시 날짜 | 2017-02-19 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u53bb\u9664\u767e\u5ea6\u641c\u7d22\u5e7f\u544a", "version": "1.0", "description": "\u53bb\u9664\u767e\u5ea6\u641c\u7d22\u5e7f\u544a", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.baidu.com\/*" ], "js": [ "js\/index.js" ] }, { "matches": [ "*:\/\/zhidao.baidu.com\/*" ], "js": [ "js\/zhidao.js" ] } ] } |