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
官方網址 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
電子郵箱 [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"
        }
    }
}