Reply Button for WhatsApp
Use reply button to reply messages
What is Reply Button for WhatsApp?
Reply Button for WhatsApp is a Chrome extension developed by Fatih Mustafa Buçak, and its main feature is "Use reply button to reply messages".
Extension Screenshots
Download Reply Button for WhatsApp Extension CRX File
Download Reply Button for WhatsApp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Reply Button for WhatsApp |
ID | memgfgibiocibclalbjpdeobclgpigpf |
Official URL | https://chromewebstore.google.com/detail/reply-button-for-whatsapp/memgfgibiocibclalbjpdeobclgpigpf |
Description | Use reply button to reply messages |
File Size | 9.55 KB |
Installation Count | 65 |
Current Version | 2.0.1 |
Last Updated | 2022-05-11 |
Publish Date | 2022-03-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Fatih Mustafa Buçak |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |