百度广告美化
让百度搜索中的广告变得更容易辨认
百度广告美化란 무엇입니까?
百度广告美化은(는) http://jimliu.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "让百度搜索中的广告变得更容易辨认"입니다.
확장 프로그램 스크린샷
百度广告美化 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
让百度搜索中的广告变得更容易辨认
확장 프로그램 기본 정보
이름 | |
ID | cdgjngpcochdjgepblbphndibppbgcmp |
공식 URL | https://chrome.google.com/webstore/detail/%E7%99%BE%E5%BA%A6%E5%B9%BF%E5%91%8A%E7%BE%8E%E5%8C%96/cdgjngpcochdjgepblbphndibppbgcmp |
설명 | 让百度搜索中的广告变得更容易辨认 |
파일 크기 | 247 KB |
설치 횟수 | 551 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-05-31 |
출시 날짜 | 2016-05-31 |
평점 | 4.72/5 총 29 개의 평점 |
개발자 | http://jimliu.net |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://jimliu.net |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "app\/images\/logo-16.png", "128": "app\/images\/logo-128.png" }, "default_locale": "zh_CN", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "app\/scripts\/background.js" ] }, "permissions": [ "*:\/\/www.baidu.com\/", "*:\/\/www.baidu.com\/?*", "*:\/\/www.baidu.com\/s?*", "http:\/\/bdad.applinzi.com\/*", "storage" ], "options_ui": { "page": "app\/options.html", "chrome_style": false, "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/www.baidu.com\/", "*:\/\/www.baidu.com\/?*", "*:\/\/www.baidu.com\/s?*" ], "css": [ "app\/styles\/contentscript.css" ], "js": [ "app\/lib\/uuid.js", "app\/scripts\/rules.js", "app\/scripts\/common.js", "app\/scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "page_action": { "default_icon": { "19": "app\/images\/logo-19.png", "38": "app\/images\/logo-38.png" }, "default_title": "__MSG_appName__", "default_popup": "app\/popup.html" } } |