CrypSearch

CrypSearch enhancements for web browsers

What is CrypSearch?

CrypSearch is a Chrome extension developed by https://crypsearch.com, and its main feature is "CrypSearch enhancements for web browsers".

Extension Screenshots

screenshot

Download CrypSearch Extension CRX File

Download CrypSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name CrypSearch CrypSearch
ID jflbdgpbnmffamamiimbdgpfggddhcpc
Official URL https://chromewebstore.google.com/detail/crypsearch/jflbdgpbnmffamamiimbdgpfggddhcpc
Description CrypSearch enhancements for web browsers
File Size 6.17 KB
Installation Count 5,646
Current Version 1.0.0.9
Last Updated 2023-09-30
Publish Date 2020-03-01
Rating 4.43/5 Total 7 Ratings
Developer https://crypsearch.com
Email [email protected]
Payment Type free
Extension Website https://www.crypsearch.com
Help Page URL https://crypsearch.com/support.php
Privacy Policy Page URL https://crypsearch.com/privacy-policy.html
Supported Languages 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"
        }
    }
}