Tempest Private Search

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

Co je Tempest Private Search?

Tempest Private Search je rozšíření Chrome vyvinuté https://tempest.com, a jeho hlavní funkcí je „The Tempest Chrome Extension allows you to search in complete privacy from any device.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tempest Private Search

Stáhněte si soubory rozšíření Tempest Private Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Tempest Private Search Tempest Private Search
ID aifabaooljbmglcjiedhcnmbpdbmliia
Oficiální URL https://chromewebstore.google.com/detail/tempest-private-search/aifabaooljbmglcjiedhcnmbpdbmliia
Popis The Tempest Chrome Extension allows you to search in complete privacy from any device.
Velikost souboru 750 KB
Počet instalací 292
Aktuální Verze 1.0.1.0
Poslední Aktualizace 2023-04-13
Datum Vydání 2023-03-25
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://tempest.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.tempest.com
URL Stránky Nápovědy https://www.tempest.com/support
URL Stránky Zásad Ochrany Soukromí https://www.tempest.com/privacy-policy
Podporované Jazyky 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"
    ]
}