Croxy Search

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

Apa itu Croxy Search?

Croxy Search adalah ekstensi Chrome yang dikembangkan oleh https://croxy.io, dan fitur utamanya adalah "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Croxy Search

Unduh file ekstensi Croxy Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Croxy Search Croxy Search
ID chiiadkfompgkbfehmbclheciipdjjbl
URL Resmi https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl
Deskripsi This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
Ukuran File 11.71 KB
Jumlah Instalasi 41
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-10-26
Tanggal Publikasi 2023-10-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://croxy.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://croxy.io
URL Halaman Kebijakan Privasi https://croxy.io/privacy
Bahasa yang Didukung 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"
        ]
    }
}