Weoja: privacy search engine
Set your browser's default search to use Weoja.com
Weoja: privacy search engine là gì?
Weoja: privacy search engine là một tiện ích mở rộng Chrome được phát triển bởi https://weoja.com, và tính năng chính của nó là "Set your browser's default search to use Weoja.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weoja: privacy search engine
Tải xuống các tệp mở rộng Weoja: privacy search engine dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Search for freedom and explore the world without sacrificing privacy with Weoja. Weoja is the simplest way to take control your privacy online. Key features: • Anonymous search based on keywords. • Quick reply widget. • AI search by image and voice. • Allows users to browse results privately with the “Incognito View” proxy feature. • GDPR and CCPA compliance. • Light and Dark mode that are right for you. • Other special features... By clicking Add to Chrome, you agree to install the Weoja extension and changes the default search engine of the browser to weoja.com, and Terms of Use and Privacy Policy. About us: https://weoja.com/info-page?code=ABOUTUS Policy: https://weoja.com/info-page?code=PRIVACY Terms: https://weoja.com/info-page?code=TERMS Information & Press: https://weoja.com/info-page?code=IMPRINT
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weoja: privacy search engine |
ID | kaehihjhidgcghmimpccplfbjpdcbhie |
URL Chính Thức | https://chromewebstore.google.com/detail/weoja-privacy-search-engi/kaehihjhidgcghmimpccplfbjpdcbhie |
Mô tả | Set your browser's default search to use Weoja.com |
Kích Thước Tệp | 29.18 KB |
Số Lần Cài Đặt | 67 |
Phiên Bản Hiện Tại | 1.4.4 |
Cập Nhật Lần Cuối | 2023-08-31 |
Ngày Phát Hành | 2021-03-29 |
Đánh Giá | 4.71/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://weoja.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.weoja.com |
URL Trang Trợ Giúp | https://www.weoja.com/info-page?code=IMPRINT |
URL Trang Chính Sách Bảo Mật | https://www.weoja.com/info-page?code=PRIVACY |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weoja: privacy search engine", "description": "Set your browser's default search to use Weoja.com", "version": "1.4.4", "homepage_url": "https:\/\/www.weoja.com\/?addon=extchrome", "icons": { "16": "img\/logo16.png", "48": "img\/logo48.png", "128": "img\/logo128.png" }, "browser_action": { "default_icon": "img\/logo16.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.weoja.com\/*" ], "js": [ "assets\/send-message.js" ] } ], "chrome_settings_overrides": { "search_provider": { "name": "Weoja", "keyword": "Weoja.com", "search_url": "https:\/\/weoja.com\/search?q={searchTerms}", "favicon_url": "https:\/\/assets.weoja.com\/brand\/icon.svg", "suggest_url": "https:\/\/api.weoja.com\/v1\/search\/suggestions?q={searchTerms}&type=list", "encoding": "UTF-8", "is_default": true } } } |