Croxy Search
This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
Qu'est-ce que Croxy Search ?
Croxy Search est une extension Chrome développée par https://croxy.io, et sa fonction principale est "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Croxy Search
Téléchargez les fichiers d'extension Croxy Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Help you to change default search engine in order to save your private data
Informations de Base sur l'Extension
Nom | Croxy Search |
ID | chiiadkfompgkbfehmbclheciipdjjbl |
URL Officiel | 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. |
Taille du Fichier | 11.71 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-10-26 |
Date de Publication | 2023-10-26 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://croxy.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://croxy.io |
URL de la Page de Politique de Confidentialité | https://croxy.io/privacy |
Langues Prises en Charge | 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" ] } } |