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

Wat is ZaX - Tiện ích mở rộng cho Zalo?

ZaX - Tiện ích mở rộng cho Zalo is een Chrome-extensie ontwikkeld door ZaX Lab, en de belangrijkste functie 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,..".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ZaX - Tiện ích mở rộng cho Zalo

Download ZaX - Tiện ích mở rộng cho Zalo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ZaX - Tiện ích mở rộng cho Zalo ZaX - Tiện ích mở rộng cho Zalo
ID lpgflhnjekfglckjancagjhlkdgdmgnc
Officiële URL https://chromewebstore.google.com/detail/zax-ti%E1%BB%87n-%C3%ADch-m%E1%BB%9F-r%E1%BB%99ng-cho/lpgflhnjekfglckjancagjhlkdgdmgnc
Beschrijving 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,..
Bestandsgrootte 1.5 MB
Aantal Installaties 6,000
Huidige Versie 23.7.1
Laatst Bijgewerkt 2023-07-15
Publicatiedatum 2022-08-22
Beoordeling 3.40/5 Totaal 10 Beoordelingen
Ontwikkelaar ZaX Lab
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zaxapp.org
Help Pagina-URL https://zaxapp.org
URL van de Privacybeleid Pagina https://zaloextension.com/privacy-policy
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}