Reply Button for WhatsApp

Use reply button to reply messages

Reply Button for WhatsApp là gì?

Reply Button for WhatsApp là một tiện ích mở rộng Chrome được phát triển bởi Fatih Mustafa Buçak, và tính năng chính của nó là "Use reply button to reply messages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reply Button for WhatsApp

Tải xuống các tệp mở rộng Reply Button for WhatsApp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Users in WhatsApp Web aren't able to reply to messages with one click. Thanks to this extension, you can click the reply button next to the message when you hover over the message.

Note: This is not an official WhatsApp extension. This is developed by a personal developer and published as an open-source repository on Github. The link is given below.
https://github.com/fatihbucak/ReplyButtonForWhatsapp                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reply Button for WhatsApp Reply Button for WhatsApp
ID memgfgibiocibclalbjpdeobclgpigpf
URL Chính Thức https://chromewebstore.google.com/detail/reply-button-for-whatsapp/memgfgibiocibclalbjpdeobclgpigpf
Mô tả Use reply button to reply messages
Kích Thước Tệp 9.55 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2022-05-11
Ngày Phát Hành 2022-03-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Fatih Mustafa Buçak
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reply Button for WhatsApp",
    "version": "2.0.1",
    "author": "Fatih Mustafa Bucak",
    "description": "Use reply button to reply messages",
    "permissions": [],
    "options_page": "info.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icons16.png",
        "32": "images\/icons32.png",
        "48": "images\/icons48.png",
        "128": "images\/icons128.png"
    },
    "manifest_version": 3
}