CrypSearch

CrypSearch enhancements for web browsers

CrypSearchとは何ですか?

CrypSearchはhttps://crypsearch.comによって開発されたChromeの拡張機能で、その主な機能は「CrypSearch enhancements for web browsers」です。

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

screenshot

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

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

拡張機能の使用方法

                        By installing the "CrypSearch" custom search engine extension you can easily access our search field from every new tab page you open.

CrypSearch itself does not track or store your search queries.

The CrypSearch extension changes your Chrome Default Search Engine and your New Tab URL to crypsearch.com.

Required permissions for this extension are:

'search_provider' - This permission is needed to change your Default Search Engine. All searches will be redirected to crypsearch.com.
'json' - This permission is needed to check if you are already using our extension. If so, we do not offer it to you again.

Uninstall : To uninstall this extension, simply remove it from Chrome within your Extension Settings.

About Us: https://crypsearch.com/about-us.html
Our Privacy Policy: https://crypsearch.com/privacy-policy.html
Our Terms of Use: https://crypsearch.com/terms-of-use.html

You can contact us any time via email: [email protected] or simply fill out our support form under: https://crypsearch.com/support.php                    

拡張機能の基本情報

名前 CrypSearch CrypSearch
ID jflbdgpbnmffamamiimbdgpfggddhcpc
公式URL https://chromewebstore.google.com/detail/crypsearch/jflbdgpbnmffamamiimbdgpfggddhcpc
説明 CrypSearch enhancements for web browsers
ファイルサイズ 6.17 KB
インストール数 5,646
現在のバージョン 1.0.0.9
最終更新日 2023-09-30
公開日 2020-03-01
評価 4.43/5 合計 7 レビュー
開発者 https://crypsearch.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.crypsearch.com
ヘルプページのURL https://crypsearch.com/support.php
プライバシーポリシーページのURL https://crypsearch.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CrypSearch",
    "version": "1.0.0.9",
    "description": "CrypSearch enhancements for web browsers  ",
    "chrome_settings_overrides": {
        "search_provider": {
            "is_default": true,
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/crypsearch.com\/favicon.ico",
            "keyword": "crypsearch.com",
            "search_url": "https:\/\/crypsearch.com\/search.php?q={searchTerms}",
            "name": "CrypSearch"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon-128.png"
        }
    }
}