Croxy Search

This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.

What is Croxy Search?

Croxy Search is a Chrome extension developed by https://croxy.io, and its main feature is "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.".

Extension Screenshots

screenshot

Download Croxy Search Extension CRX File

Download Croxy Search 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

                        Help you to change default search engine in order to save your private data                    

Extension Basic Information

Name Croxy Search Croxy Search
ID chiiadkfompgkbfehmbclheciipdjjbl
Official URL https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl
Description This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
File Size 11.71 KB
Installation Count 41
Current Version 1.0
Last Updated 2023-10-26
Publish Date 2023-10-26
Rating 5.00/5 Total 2 Ratings
Developer https://croxy.io
Email [email protected]
Payment Type free
Extension Website http://croxy.io
Privacy Policy Page URL https://croxy.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Croxy Search",
    "description": "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.",
    "action": {
        "default_title": "Croxy Search",
        "default_icon": "favicon.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/croxy.io",
        "search_provider": {
            "name": "Croxy",
            "keyword": "croxy.io",
            "search_url": "https:\/\/croxy.io\/search?q={searchTerms}",
            "favicon_url": "https:\/\/croxy.io\/favicon.ico",
            "suggest_url": "https:\/\/instruments.tds.bid\/search\/suggestions\/?keywords={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        },
        "startup_pages": [
            "https:\/\/croxy.io"
        ]
    }
}