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,..
Was ist ZaX - Tiện ích mở rộng cho Zalo?
ZaX - Tiện ích mở rộng cho Zalo ist eine Chrome-Erweiterung, die von ZaX Lab entwickelt wurde, und ihr Hauptmerkmal ist "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,..".
Erweiterungsscreenshots
ZaX - Tiện ích mở rộng cho Zalo-Erweiterungs-CRX-Datei herunterladen
Laden Sie ZaX - Tiện ích mở rộng cho Zalo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | ZaX - Tiện ích mở rộng cho Zalo |
ID | lpgflhnjekfglckjancagjhlkdgdmgnc |
Offizielle URL | https://chromewebstore.google.com/detail/zax-ti%E1%BB%87n-%C3%ADch-m%E1%BB%9F-r%E1%BB%99ng-cho/lpgflhnjekfglckjancagjhlkdgdmgnc |
Beschreibung | 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,.. |
Dateigröße | 1.5 MB |
Installationsanzahl | 6,000 |
Aktuelle Version | 23.7.1 |
Letztes Update | 2023-07-15 |
Veröffentlichungsdatum | 2022-08-22 |
Bewertung | 3.40/5 Insgesamt 10 Bewertungen |
Entwickler | ZaX Lab |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://zaxapp.org |
Hilfeseite URL | https://zaxapp.org |
URL der Datenschutzrichtlinien-Seite | https://zaloextension.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } ] } |