remove google ads
谷歌搜索结果页隐藏广告插件,remove google ads
什麼是remove google ads?
remove google ads是由jayden開發的Chrome擴展程式,該擴展的主要功能是“谷歌搜索结果页隐藏广告插件,remove google ads”。
下載remove google ads擴展crx文件
下載remove google ads擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
屏蔽谷歌广告,remove google ads
擴展基本資訊
名稱 | |
ID | hhldakkcecilkdggdeacknppkkonkpnj |
官方網址 | 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" ] } |