Reply Button for WhatsApp

Use reply button to reply messages

什么是Reply Button for WhatsApp?

Reply Button for WhatsApp是由Fatih Mustafa Buçak开发的Chrome扩展程序,该扩展的主要功能是“Use reply button to reply messages”。

扩展截图

screenshot
screenshot

下载Reply Button for WhatsApp扩展crx文件

下载Reply Button for WhatsApp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Reply Button for WhatsApp Reply Button for WhatsApp
ID memgfgibiocibclalbjpdeobclgpigpf
官方URL https://chromewebstore.google.com/detail/reply-button-for-whatsapp/memgfgibiocibclalbjpdeobclgpigpf
简介 Use reply button to reply messages
文件大小 9.55 KB
安装次数 65
当前版本 2.0.1
更新时间 2022-05-11
上架时间 2022-03-03
评分 5.00/5 共1次评分
开发者 Fatih Mustafa Buçak
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}