Tempest Private Search

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

Cos'è Tempest Private Search?

Tempest Private Search è un'estensione di Chrome sviluppata da https://tempest.com, e la sua funzione principale è "The Tempest Chrome Extension allows you to search in complete privacy from any device.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tempest Private Search

Scarica i file di estensione Tempest Private Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tempest Private Search Tempest Private Search
ID aifabaooljbmglcjiedhcnmbpdbmliia
URL Ufficiale https://chromewebstore.google.com/detail/tempest-private-search/aifabaooljbmglcjiedhcnmbpdbmliia
Descrizione The Tempest Chrome Extension allows you to search in complete privacy from any device.
Dimensione del File 750 KB
Conteggio Installazioni 292
Versione Corrente 1.0.1.0
Ultimo Aggiornamento 2023-04-13
Data di Pubblicazione 2023-03-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://tempest.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tempest.com
URL della Pagina di Aiuto https://www.tempest.com/support
URL della Pagina della Politica sulla Privacy https://www.tempest.com/privacy-policy
Lingue Supportate 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"
    ]
}