SearchProtection
Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
Vad är SearchProtection?
SearchProtection är en Chrome-tillägg utvecklad av http://promo.searchprotection.net, och dess huvudfunktion är "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".
Tilläggsskärmbilder
Ladda ner SearchProtection-förlängningens CRX-fil
Ladda ner SearchProtection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | jamjfengjbeohlchphpabndfobnongap |
Officiell webbadress | https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap |
Beskrivning | Keep your search history private with SearchProtection: the anonymous search engine and privacy tool. |
Filstorlek | 26.11 KB |
Antal Installationer | 12 |
Aktuell Version | 1.1.3 |
Senast Uppdaterad | 2016-08-12 |
Publiceringsdatum | 2016-08-12 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | http://promo.searchprotection.net |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://searchprotection.net/terms |
Stödda Språk | 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" ] } |