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
Vad är Privado Private Search?
Privado Private Search är en Chrome-tillägg utvecklad av https://www.privado.com, och dess huvudfunktion är "Allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience and non-personalized ads".
Tilläggsskärmbilder
Ladda ner Privado Private Search-förlängningens CRX-fil
Ladda ner Privado Private Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
> 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
Grundläggande Information om Tillägg
Namn | |
ID | afmipnjggiffoofjeinjbaaieaoikipk |
Officiell webbadress | https://chrome.google.com/webstore/detail/privado-private-search/afmipnjggiffoofjeinjbaaieaoikipk |
Beskrivning | Allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience and non-personalized ads |
Filstorlek | 359 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0.0.51 |
Senast Uppdaterad | 2020-10-28 |
Publiceringsdatum | 2020-06-11 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://www.privado.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.privado.com/ |
URL till Sekretesspolicy Sidan | https://www.privado.com/about/privacy |
Stödda Språk | 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" } |