ZaX - Tiện ích mở rộng cho Zalo
Tắt mã hóa đầu cuối Zalo, Zalo dark mode, xem tin bị thu hồi/ xóa, chặn đã xem, đã nhận, đang soạn tin,..
What is ZaX - Tiện ích mở rộng cho Zalo?
ZaX - Tiện ích mở rộng cho Zalo is a Chrome extension developed by ZaX Lab, and its main feature is "Tắt mã hóa đầu cuối Zalo, Zalo dark mode, xem tin bị thu hồi/ xóa, chặn đã xem, đã nhận, đang soạn tin,..".
Extension Screenshots
Download ZaX - Tiện ích mở rộng cho Zalo Extension CRX File
Download ZaX - Tiện ích mở rộng cho Zalo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ZaX là tiện ích mở rộng được phát triển dành riêng cho Zalo PC & Zalo Web. Với Zalo Web, ứng dụng hỗ trợ trên hầu hết các trình duyệt phổ biến hiện nay như Chrome, Firefox, Edge, Safari và Opera. Tính năng chính: 1/ Tắt mã hóa đầu cuối Zalo (E2EE) 2/ Hỗ trợ Dark Mode (giao diện tối) 3/ Dùng Zalo Web trên điện thoại 4/ Đăng nhập nhiều tài khoản Zalo trên máy tính 5/ Xem tin nhắn đã bị thu hồi/ xóa 6/ Chặn người khác biết mình "đã xem" tin nhắn 7/ Chặn người khác biết mình "đã nhận" tin nhắn 8/ Chặn người khác thấy mình "đang soạn tin" 9/ Chặn người khác biết "lần cuối truy cập" 10/ Và nhiều tính năng khác Ứng dụng được phát triển & chia sẻ cho cộng đồng dựa vào các cơ chế được cung cấp rộng rãi bởi trình duyệt, an toàn & không khai thác lỗ hổng (nếu có từ Zalo) để gây ảnh hưởng đến hình ảnh, người dùng của Zalo. ZaX không thuộc Zalo Group. Chúng tôi không thu thập, thay đổi bất cứ dữ liệu nào liên quan tài khoản Zalo của bạn! Tìm hiểu thêm tại: - Trang chủ: https://zaxapp.org - Facebook: https://www.facebook.com/zaxapp
Extension Basic Information
Name | ZaX - Tiện ích mở rộng cho Zalo |
ID | lpgflhnjekfglckjancagjhlkdgdmgnc |
Official URL | https://chromewebstore.google.com/detail/zax-ti%E1%BB%87n-%C3%ADch-m%E1%BB%9F-r%E1%BB%99ng-cho/lpgflhnjekfglckjancagjhlkdgdmgnc |
Description | Tắt mã hóa đầu cuối Zalo, Zalo dark mode, xem tin bị thu hồi/ xóa, chặn đã xem, đã nhận, đang soạn tin,.. |
File Size | 1.5 MB |
Installation Count | 6,000 |
Current Version | 23.7.1 |
Last Updated | 2023-07-15 |
Publish Date | 2022-08-22 |
Rating | 3.40/5 Total 10 Ratings |
Developer | ZaX Lab |
[email protected] | |
Payment Type | free |
Extension Website | https://zaxapp.org |
Help Page URL | https://zaxapp.org |
Privacy Policy Page URL | https://zaloextension.com/privacy-policy |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ZaX - Ti\u1ec7n \u00edch m\u1edf r\u1ed9ng cho Zalo", "version": "23.7.1", "description": "__MSG_appDesc__", "default_locale": "vi", "author": "ZaX Lab", "homepage_url": "http:\/\/zaxapp.org", "icons": { "16": "images\/popup\/zax-icon-16.png", "32": "images\/popup\/zax-icon-32.png", "48": "images\/popup\/zax-icon-48.png", "128": "images\/popup\/zax-icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/chat.zalo.me\/*" ], "run_at": "document_end", "css": [ "css\/embed-app\/zax.css" ], "js": [ "js\/content_script.js" ] } ], "commands": { "Ctrl+M": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Reload ZaX Extension" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "tabs", "scripting", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/chat.zalo.me\/*", "*:\/\/id.zalo.me\/*", "*:\/\/*.zaxapp.org\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "rules_block_typing", "enabled": false, "path": "rules\/rules_block_typing.json" }, { "id": "rules_block_seen", "enabled": false, "path": "rules\/rules_block_seen.json" }, { "id": "rules_block_delivered", "enabled": false, "path": "rules\/rules_block_delivered.json" }, { "id": "rules_block_online", "enabled": false, "path": "rules\/rules_block_online.json" } ] }, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/popup\/zax-icon-16.png", "32": "images\/popup\/zax-icon-32.png", "48": "images\/popup\/zax-icon-48.png", "128": "images\/popup\/zax-icon-128.png" } }, "web_accessible_resources": [ { "resources": [ "css\/*", "js\/embed-app\/zax.js" ], "matches": [ "*:\/\/chat.zalo.me\/*" ] } ] } |