Privado Private Search
Allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience and non-personalized ads
What is Privado Private Search?
Privado Private Search is a Chrome extension developed by https://www.privado.com, and its main feature is "Allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience and non-personalized ads".
Extension Screenshots
Download Privado Private Search Extension CRX File
Download Privado Private Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
> Your Privacy Matters Privado Private Search allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience, and non-personalized ads. > How It Works? -We do not use tracking cookies -We do not track you or store your personal information -We encrypt all your search terms to prevent them from getting into your browser history By clicking "Add to Chrome", I accept and agree to install Privado Private Search and set the default search and New Tab to www.privado.com as provided by the service under Terms of Use and Privacy Policy. Terms of Use: https://www.privado.com/about/terms Privacy Policy: https://www.privado.com/about/privacy The extension requests the following permissions: - Read and change your data on all privado.com sites - Replace the page you see when opening a new tab - Change your search settings to: privado.com Last version 1.00.49 Ability to enable or disable browser top sites for better experience Privado will never access, save or use this data
Extension Basic Information
Name | |
ID | afmipnjggiffoofjeinjbaaieaoikipk |
Official URL | https://chrome.google.com/webstore/detail/privado-private-search/afmipnjggiffoofjeinjbaaieaoikipk |
Description | Allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience and non-personalized ads |
File Size | 359 KB |
Installation Count | 1,000 |
Current Version | 1.0.0.51 |
Last Updated | 2020-10-28 |
Publish Date | 2020-06-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.privado.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.privado.com/ |
Privacy Policy Page URL | https://www.privado.com/about/privacy |
Supported Languages | de,en,fr |
manifest.json | |
{ "background": { "scripts": [ "js\/util.js", "js\/searchUtil.js", "js\/jsencrypt.min.js" ] }, "chrome_settings_overrides": { "search_provider": { "keyword": "Privado Private Search", "name": "Privado", "search_url": "https:\/\/www.privado.com\/Search?PCSF=SU_DEFAULT&SearchSource=58&hp=false&q={searchTerms}&fe=true", "favicon_url": "https:\/\/www.privado.com\/logos\/privado_favicon.png", "encoding": "UTF-8", "is_default": true } }, "chrome_url_overrides": { "newtab": "nt\/Privado.html" }, "browser_action": { "default_icon": "nt\/img\/16.png" }, "content_security_policy": "script-src 'self' https:\/\/suggest.privado.com\/; object-src 'self'", "icons": { "128": "nt\/img\/128.png", "16": "nt\/img\/16.png", "48": "nt\/img\/48.png" }, "manifest_version": 2, "description": "__MSG_appDesc__", "name": "__MSG_appName__", "default_locale": "en", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.privado.com\/*" ], "optional_permissions": [ "topSites", "chrome:\/\/favicon\/", "history" ], "short_name": "Privado", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.51" } |