Croxy Search

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

什麼是Croxy Search?

Croxy Search是由https://croxy.io開發的Chrome擴展程式,該擴展的主要功能是“This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.”。

擴展截圖

screenshot

下載Croxy Search擴展crx文件

下載Croxy Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Croxy Search Croxy Search
ID chiiadkfompgkbfehmbclheciipdjjbl
官方網址 https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl
簡介 This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
檔案大小 11.71 KB
安裝次數 41
目前版本 1.0
更新時間 2023-10-26
上架時間 2023-10-26
評分 5.00/5 共 2 次評分
開發者 https://croxy.io
電子郵箱 [email protected]
付費類型 free
擴展官網 http://croxy.io
隱私政策頁面URL https://croxy.io/privacy
支援的語言 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"
        ]
    }
}