remove google ads
谷歌搜索结果页隐藏广告插件,remove google ads
remove google ads란 무엇입니까?
remove google ads은(는) jayden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "谷歌搜索结果页隐藏广告插件,remove google ads"입니다.
remove google ads 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
屏蔽谷歌广告,remove google ads
확장 프로그램 기본 정보
이름 | |
ID | hhldakkcecilkdggdeacknppkkonkpnj |
공식 URL | https://chrome.google.com/webstore/detail/remove-google-ads/hhldakkcecilkdggdeacknppkkonkpnj |
설명 | 谷歌搜索结果页隐藏广告插件,remove google ads |
파일 크기 | 56.15 KB |
설치 횟수 | 23 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2016-09-19 |
출시 날짜 | 2016-09-19 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | jayden |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "\u5c4f\u853d\u8c37\u6b4c\u5e7f\u544a\uff0cremove google ads" }, "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "jquery-1.11.3.min.js", "content.js" ], "matches": [ "http:\/\/www.google.com\/*", "https:\/\/www.google.com\/*" ] } ], "description": "\u8c37\u6b4c\u641c\u7d22\u7ed3\u679c\u9875\u9690\u85cf\u5e7f\u544a\u63d2\u4ef6\uff0cremove google ads", "manifest_version": 2, "name": "remove google ads", "permissions": [ "notifications", "tabs", "webNavigation", "storage", "http:\/\/www.baidu.com\/s*", "https:\/\/www.baidu.com\/s*" ], "version": "0.1.5", "web_accessible_resources": [ "icons\/iconfont.eot", "icons\/iconfont.woff", "icons\/iconfont.svg", "icons\/iconfont.ttf", "setting.html" ] } |