InPrivateSearch
Always stay anonymous and protected as your search the internet.
Cos'è InPrivateSearch?
InPrivateSearch è un'estensione di Chrome sviluppata da https://inprivatesearch.com, e la sua funzione principale è "Always stay anonymous and protected as your search the internet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InPrivateSearch
Scarica i file di estensione InPrivateSearch 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
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.
Informazioni di Base sull'Estensione
Nome | |
ID | objejnoljdifjdpohfjiipnafbkdagln |
URL Ufficiale | https://chrome.google.com/webstore/detail/inprivatesearch/objejnoljdifjdpohfjiipnafbkdagln |
Descrizione | Always stay anonymous and protected as your search the internet. |
Dimensione del File | 54.87 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-03-14 |
Data di Pubblicazione | 2017-03-14 |
Sviluppatore | https://inprivatesearch.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.inprivatesearch.com/support |
Lingue Supportate | 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" ] } |