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,..

Apa itu ZaX - Tiện ích mở rộng cho Zalo?

ZaX - Tiện ích mở rộng cho Zalo adalah ekstensi Chrome yang dikembangkan oleh ZaX Lab, dan fitur utamanya adalah "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,..".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ZaX - Tiện ích mở rộng cho Zalo

Unduh file ekstensi ZaX - Tiện ích mở rộng cho Zalo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ZaX - Tiện ích mở rộng cho Zalo ZaX - Tiện ích mở rộng cho Zalo
ID lpgflhnjekfglckjancagjhlkdgdmgnc
URL Resmi https://chromewebstore.google.com/detail/zax-ti%E1%BB%87n-%C3%ADch-m%E1%BB%9F-r%E1%BB%99ng-cho/lpgflhnjekfglckjancagjhlkdgdmgnc
Deskripsi 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,..
Ukuran File 1.5 MB
Jumlah Instalasi 6,000
Versi Saat Ini 23.7.1
Terakhir Diperbarui 2023-07-15
Tanggal Publikasi 2022-08-22
Penilaian 3.40/5 Total 10 Penilaian
Pengembang ZaX Lab
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://zaxapp.org
URL Halaman Bantuan https://zaxapp.org
URL Halaman Kebijakan Privasi https://zaloextension.com/privacy-policy
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}