Tempest Private Search

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

What is Tempest Private Search?

Tempest Private Search is a Chrome extension developed by https://tempest.com, and its main feature is "The Tempest Chrome Extension allows you to search in complete privacy from any device.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Tempest Private Search Extension CRX File

Download Tempest 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

                        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                    

Extension Basic Information

Name Tempest Private Search Tempest Private Search
ID aifabaooljbmglcjiedhcnmbpdbmliia
Official URL https://chromewebstore.google.com/detail/tempest-private-search/aifabaooljbmglcjiedhcnmbpdbmliia
Description The Tempest Chrome Extension allows you to search in complete privacy from any device.
File Size 750 KB
Installation Count 292
Current Version 1.0.1.0
Last Updated 2023-04-13
Publish Date 2023-03-25
Rating 5.00/5 Total 3 Ratings
Developer https://tempest.com
Email [email protected]
Payment Type free
Extension Website https://www.tempest.com
Help Page URL https://www.tempest.com/support
Privacy Policy Page URL https://www.tempest.com/privacy-policy
Supported Languages 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"
    ]
}