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

Was ist Privado Private Search?

Privado Private Search ist eine Chrome-Erweiterung, die von https://www.privado.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience and non-personalized ads".

Erweiterungsscreenshots

screenshot
screenshot

Privado Private Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Privado Private Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        > 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                    

Grundlegende Informationen zur Erweiterung

Name Privado Private Search Privado Private Search
ID afmipnjggiffoofjeinjbaaieaoikipk
Offizielle URL https://chrome.google.com/webstore/detail/privado-private-search/afmipnjggiffoofjeinjbaaieaoikipk
Beschreibung Allows you to search the web in enhanced privacy mode. Using Privado, you enjoy a private search experience and non-personalized ads
Dateigröße 359 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.0.51
Letztes Update 2020-10-28
Veröffentlichungsdatum 2020-06-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.privado.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.privado.com/
URL der Datenschutzrichtlinien-Seite https://www.privado.com/about/privacy
Unterstützte Sprachen 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"
}