Croxy Search
This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
Vad är Croxy Search?
Croxy Search är en Chrome-tillägg utvecklad av https://croxy.io, och dess huvudfunktion är "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.".
Tilläggsskärmbilder
Ladda ner Croxy Search-förlängningens CRX-fil
Ladda ner Croxy Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Help you to change default search engine in order to save your private data Grundläggande Information om Tillägg
| Namn | |
| ID | chiiadkfompgkbfehmbclheciipdjjbl |
| Officiell webbadress | https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl |
| Beskrivning | This search engine extension protects users from being tracked while allowing them to search the web in complete privacy. |
| Filstorlek | 11.71 KB |
| Antal Installationer | 41 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-10-26 |
| Publiceringsdatum | 2023-10-26 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://croxy.io |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://croxy.io |
| URL till Sekretesspolicy Sidan | https://croxy.io/privacy |
| Stödda Språk | 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"
]
}
} | |