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,..
Vad är ZaX - Tiện ích mở rộng cho Zalo?
ZaX - Tiện ích mở rộng cho Zalo är en Chrome-tillägg utvecklad av ZaX Lab, och dess huvudfunktion är "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,..".
Tilläggsskärmbilder
Ladda ner ZaX - Tiện ích mở rộng cho Zalo-förlängningens CRX-fil
Ladda ner ZaX - Tiện ích mở rộng cho Zalo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | ZaX - Tiện ích mở rộng cho Zalo |
ID | lpgflhnjekfglckjancagjhlkdgdmgnc |
Officiell webbadress | https://chromewebstore.google.com/detail/zax-ti%E1%BB%87n-%C3%ADch-m%E1%BB%9F-r%E1%BB%99ng-cho/lpgflhnjekfglckjancagjhlkdgdmgnc |
Beskrivning | 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,.. |
Filstorlek | 1.5 MB |
Antal Installationer | 6,000 |
Aktuell Version | 23.7.1 |
Senast Uppdaterad | 2023-07-15 |
Publiceringsdatum | 2022-08-22 |
Betyg | 3.40/5 Totalt 10 Betyg |
Utvecklare | ZaX Lab |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://zaxapp.org |
Hjälpsida URL | https://zaxapp.org |
URL till Sekretesspolicy Sidan | https://zaloextension.com/privacy-policy |
Stödda Språk | 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\/*" ] } ] } |