Tempest Private Search

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

Tempest Private Searchとは何ですか?

Tempest Private Searchはhttps://tempest.comによって開発されたChromeの拡張機能で、その主な機能は「The Tempest Chrome Extension allows you to search in complete privacy from any device.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Tempest Private Search拡張機能のCRXファイルをダウンロード

Tempest Private Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Tempest Private Search Tempest Private Search
ID aifabaooljbmglcjiedhcnmbpdbmliia
公式URL https://chromewebstore.google.com/detail/tempest-private-search/aifabaooljbmglcjiedhcnmbpdbmliia
説明 The Tempest Chrome Extension allows you to search in complete privacy from any device.
ファイルサイズ 750 KB
インストール数 292
現在のバージョン 1.0.1.0
最終更新日 2023-04-13
公開日 2023-03-25
評価 5.00/5 合計 3 レビュー
開発者 https://tempest.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.tempest.com
ヘルプページのURL https://www.tempest.com/support
プライバシーポリシーページのURL https://www.tempest.com/privacy-policy
対応言語 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"
    ]
}