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
拡張機能の基本情報
名前 | Croxy Search |
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 |
Eメール | [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" ] } } |