Tempest Private Search

The Tempest Chrome Extension allows you to search in complete privacy from any device.

Qu'est-ce que Tempest Private Search ?

Tempest Private Search est une extension Chrome développée par https://tempest.com, et sa fonction principale est "The Tempest Chrome Extension allows you to search in complete privacy from any device.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tempest Private Search

Téléchargez les fichiers d'extension Tempest Private Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        BE INVISIBLE TO PRYING EYES
When we talk about private search, we mean truly private search. Unlike other companies, we don’t collect personally identifiable information. Or use cookies. Every search is encrypted every time. So prying eyes will just have to pry elsewhere.

KEEPING THE INTERNET HONEST
Our privacy reports give you a search-by-search snapshot of all the trackers, ads, and crap we filter from the sites you visit. For cleaner searching all around.

THE RESULTS YOU’RE LOOKING FOR. NOT THE ONES THEY WANT YOU TO SEE.
Other search engines routinely filter your results according to the user profile they’ve built for your data. But ours are unfiltered, unbiased, and objectively relevant to your specific search query.

FIND THE STUFF YOU LOVE IN SECONDS FLAT
Whether it’s sports, movies, weather, or more, our infocards deliver your world at-a-glance. So you can get in, get out and get on with life.

ABOUT TEMPEST
At Tempest, our mission is to help everyone enjoy more privacy in their digital lives. We make products that prioritize the needs of individuals, not the needs of those who try to profit from your personal information. Tempest makes it easy to restore your privacy and take back control.

To learn more about Tempest, visit https://www.tempest.com
Have a question? Email us at [email protected].

Privacy Policy: https://tempest.com/privacy-policy
Terms of Service: https://tempest.com/terms-and-conditions                    

Informations de Base sur l'Extension

Nom Tempest Private Search Tempest Private Search
ID aifabaooljbmglcjiedhcnmbpdbmliia
URL Officiel https://chromewebstore.google.com/detail/tempest-private-search/aifabaooljbmglcjiedhcnmbpdbmliia
Description The Tempest Chrome Extension allows you to search in complete privacy from any device.
Taille du Fichier 750 KB
Nombre d'Installations 292
Version Actuelle 1.0.1.0
Dernière Mise à Jour 2023-04-13
Date de Publication 2023-03-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://tempest.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tempest.com
URL de la Page d'Aide https://www.tempest.com/support
URL de la Page de Politique de Confidentialité https://www.tempest.com/privacy-policy
Langues Prises en Charge de,en,fr,nl,es,it,pt-BR,pt-PT
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_search_name__",
    "description": "__MSG_search_description__",
    "version": "1.0.1.0",
    "minimum_chrome_version": "95.0.0.0",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Tempest Privacy Panel",
        "default_popup": "panel.e9be496c.html",
        "theme_icons": [
            {
                "light": "images\/light-enabled-full.888da72d.png",
                "dark": "images\/dark-enabled-full.b1afea9a.png",
                "size": 16
            }
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.tempest.com\/images\/favicon.ico",
            "is_default": true,
            "keyword": "tempest",
            "name": "Tempest",
            "search_url": "https:\/\/www.tempest.com\/search?q={searchTerms}&pt=ext-ch-om&stk=iqiSHBv01n2sK0Hj-8lsP7_TzOMnUwK5Wt8QSJ7Pem5alyToBqmk6l1fG4qaM_Jx1no",
            "suggest_url": "https:\/\/search-api.tempest.com\/v2\/suggestions?q={searchTerms}&lang=__MSG_locale__"
        }
    },
    "content_scripts": [
        {
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "content-script.a0bc255d.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "background": {
        "scripts": [
            "main.92d0fdc8.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsch6sMPE2xsMRcs5WDit78rQPVYsu8il\/kZHJxzARe8te7eZs7lK5t7F6v\/WjBPIwTkr0Sm7+SFZ5KROBdHwu3Eno3M\/A4vMytEnDhxYMRsFHiPGoqQwxjuaGS+RSbw1SzSCWScPrRdnwHgefTiy1OUiW8xZj\/VYXQYdvw0rJmLj6NxLiRKRzopZX7L4cyhWfUqnNB3b\/BpiRNGckwlSsDjJzdGTeyFeSP3FqkfRICEoTXbGs3Ex3+odXUpxIzEUpVU6OibactNfVlBaS0wxz4F66RcPnaw+67TVgu44EUwslnpBk+5VYmfaF\/sUKNOVtvlw0M+Hl95Zl36QRjqJRQIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "images\/icon.d57454e5.png"
    },
    "permissions": [
        "",
        "unlimitedStorage",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "alarms"
    ]
}