InPrivateSearch
Always stay anonymous and protected as your search the internet.
O que é InPrivateSearch?
InPrivateSearch é uma extensão do Chrome desenvolvida por https://inprivatesearch.com, e sua principal característica é "Always stay anonymous and protected as your search the internet.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão InPrivateSearch
Baixe arquivos de extensão InPrivateSearch 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
InPrivateSearch: Protecting and securing your online searches DISCLOSURE: Your searches are redirected to our privacy-protecting search engine at www.inprivacysearch.com FEATURES: 1. Tracking prevention - By redirecting your searches to our privacy-protecting search engine, companies and other search engines will not be able to track and profile you. 2. Keystroke logging protection - Your keystrokes are not logged in IPS unlike in other search engines. How to Uninstall: 1. Click on the menu bottom at the top right corner of your browser 2. Choose “Settings” then go on to “Extensions.” 3. Uninstall by click on the trash can icon.
Informações Básicas da Extensão
Nome | |
ID | objejnoljdifjdpohfjiipnafbkdagln |
URL Oficial | https://chrome.google.com/webstore/detail/inprivatesearch/objejnoljdifjdpohfjiipnafbkdagln |
Descrição | Always stay anonymous and protected as your search the internet. |
Tamanho do Arquivo | 54.87 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-03-14 |
Data de Publicação | 2017-03-14 |
Desenvolvedor | https://inprivatesearch.com |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.inprivatesearch.com/support |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InPrivateSearch", "version": "1.0.1", "manifest_version": 2, "description": "Always stay anonymous and protected as your search the internet.", "homepage_url": "https:\/\/www.InPrivateSearch.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/", "storage", "privacy", "browsingData", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/protect.js" ] }, { "matches": [ "*:\/\/results.inprivatesearch.com\/dynamiclander*" ], "js": [ "src\/inject\/jquery.min.js", "src\/inject\/event.js" ] } ], "web_accessible_resources": [ "src\/inject\/protect.js" ] } |