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 |
官方網址 | 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" ] } |