Croxy Search
This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
什么是Croxy Search?
Croxy Search是由https://croxy.io开发的Chrome扩展程序,该扩展的主要功能是“This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.”。
扩展截图
下载Croxy Search扩展crx文件
下载Croxy Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Help you to change default search engine in order to save your private data 扩展基本信息
| 名称 | |
| ID | chiiadkfompgkbfehmbclheciipdjjbl |
| 官方URL | https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl |
| 简介 | This search engine extension protects users from being tracked while allowing them to search the web in complete privacy. |
| 文件大小 | 11.71 KB |
| 安装次数 | 41 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-10-26 |
| 上架时间 | 2023-10-26 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://croxy.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://croxy.io |
| 隐私政策页面URL | https://croxy.io/privacy |
| 支持的语言 | 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"
]
}
} | |