SearchProtection
Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
什么是SearchProtection?
SearchProtection是由http://promo.searchprotection.net开发的Chrome扩展程序,该扩展的主要功能是“Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.”。
扩展截图
下载SearchProtection扩展crx文件
下载SearchProtection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SearchProtection helps you keep your searches private. Adding the SearchProtection extension to Chrome protects your privacy by detecting searches that could be tracked in a way that can be tied to your personal information and then re-directing you to a private, anonymous results page at SearchProtection.net. Prevents popular search engines including Google, Bing, Ask, Yahoo and Baidu from tying your personal information to your search history. Your privacy is safe with SearchProtection. End User License Agreement: http://searchprotection.net/terms
扩展基本信息
名称 | |
ID | jamjfengjbeohlchphpabndfobnongap |
官方URL | https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap |
简介 | Keep your search history private with SearchProtection: the anonymous search engine and privacy tool. |
文件大小 | 26.11 KB |
安装次数 | 12 |
当前版本 | 1.1.3 |
更新时间 | 2016-08-12 |
上架时间 | 2016-08-12 |
评分 | 1.00/5 共1次评分 |
开发者 | http://promo.searchprotection.net |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://searchprotection.net/terms |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.3", "default_locale": "en_US", "homepage_url": "http:\/\/searchprotection.net", "background": { "persistent": true, "scripts": [ "src\/bg\/background.js" ] }, "content_scripts": [ { "js": [ "src\/inject\/protect.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/", "storage", "privacy" ], "web_accessible_resources": [ "src\/inject\/protect.js", "icons\/*.png" ] } |