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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://croxy.io และคุณลักษณะหลักของมันคือ "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Croxy Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } } |