SearchProtection
Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
Was ist SearchProtection?
SearchProtection ist eine Chrome-Erweiterung, die von http://promo.searchprotection.net entwickelt wurde, und ihr Hauptmerkmal ist "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".
Erweiterungsscreenshots
SearchProtection-Erweiterungs-CRX-Datei herunterladen
Laden Sie SearchProtection-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | jamjfengjbeohlchphpabndfobnongap |
Offizielle URL | https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap |
Beschreibung | Keep your search history private with SearchProtection: the anonymous search engine and privacy tool. |
Dateigröße | 26.11 KB |
Installationsanzahl | 12 |
Aktuelle Version | 1.1.3 |
Letztes Update | 2016-08-12 |
Veröffentlichungsdatum | 2016-08-12 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://promo.searchprotection.net |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | http://searchprotection.net/terms |
Unterstützte Sprachen | 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" ] } |