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
电子邮箱 [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"
        }
    }
}