Croxy Search

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

Cos'è Croxy Search?

Croxy Search è un'estensione di Chrome sviluppata da https://croxy.io, e la sua funzione principale è "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Croxy Search

Scarica i file di estensione Croxy Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Croxy Search Croxy Search
ID chiiadkfompgkbfehmbclheciipdjjbl
URL Ufficiale https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl
Descrizione This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
Dimensione del File 11.71 KB
Conteggio Installazioni 41
Versione Corrente 1.0
Ultimo Aggiornamento 2023-10-26
Data di Pubblicazione 2023-10-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://croxy.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://croxy.io
URL della Pagina della Politica sulla Privacy https://croxy.io/privacy
Lingue Supportate 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"
        ]
    }
}