SearchProtection
Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
O que é SearchProtection?
SearchProtection é uma extensão do Chrome desenvolvida por http://promo.searchprotection.net, e sua principal característica é "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SearchProtection
Baixe arquivos de extensão SearchProtection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | jamjfengjbeohlchphpabndfobnongap |
URL Oficial | https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap |
Descrição | Keep your search history private with SearchProtection: the anonymous search engine and privacy tool. |
Tamanho do Arquivo | 26.11 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.1.3 |
Última Atualização | 2016-08-12 |
Data de Publicação | 2016-08-12 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | http://promo.searchprotection.net |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://searchprotection.net/terms |
Idiomas Suportados | 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" ] } |