SearchProtection
Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
Cos'è SearchProtection?
SearchProtection è un'estensione di Chrome sviluppata da http://promo.searchprotection.net, e la sua funzione principale è "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SearchProtection
Scarica i file di estensione SearchProtection in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jamjfengjbeohlchphpabndfobnongap |
URL Ufficiale | https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap |
Descrizione | Keep your search history private with SearchProtection: the anonymous search engine and privacy tool. |
Dimensione del File | 26.11 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2016-08-12 |
Data di Pubblicazione | 2016-08-12 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://promo.searchprotection.net |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | http://searchprotection.net/terms |
Lingue Supportate | 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" ] } |