Protected Search
Keep your search history private with Protected Search: the anonymous search engine and privacy tool.
Cos'è Protected Search?
Protected Search è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Keep your search history private with Protected Search: the anonymous search engine and privacy tool.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Protected Search
Scarica i file di estensione Protected Search 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
Protected Search helps you keep your searches private. Adding the Protected Search 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 http://protectedsearch.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 Protected Search. End User License Agreement: http://protectedsearch.net/terms
Informazioni di Base sull'Estensione
Nome | Protected Search |
ID | eaekfbngcgbfcjljclgjlodhhifkjijo |
URL Ufficiale | https://chromewebstore.google.com/detail/protected-search/eaekfbngcgbfcjljclgjlodhhifkjijo |
Descrizione | Keep your search history private with Protected Search: the anonymous search engine and privacy tool. |
Dimensione del File | 27.14 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 1.3.3 |
Ultimo Aggiornamento | 2016-09-15 |
Data di Pubblicazione | 2016-09-13 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://protectedsearch.net/terms |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.3.3", "default_locale": "en", "homepage_url": "http:\/\/protectedsearch.net", "browser_action": { "default_title": "__MSG_extName__", "default_icon": "icons\/icon19.png" }, "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" ] } |