Croxy Search

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

Co to jest Croxy Search?

Croxy Search to rozszerzenie Chrome opracowane przez https://croxy.io, a jego główną funkcją jest „This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Croxy Search

Pobierz pliki rozszerzeń Croxy Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Croxy Search Croxy Search
ID chiiadkfompgkbfehmbclheciipdjjbl
Oficjalny URL https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl
Opis This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
Rozmiar pliku 11.71 KB
Liczba instalacji 41
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-10-26
Data Publikacji 2023-10-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://croxy.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://croxy.io
Adres URL Strony Polityki Prywatności https://croxy.io/privacy
Obsługiwane Języki 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"
        ]
    }
}