Reply Button for WhatsApp

Use reply button to reply messages

Wat is Reply Button for WhatsApp?

Reply Button for WhatsApp is een Chrome-extensie ontwikkeld door Fatih Mustafa Buçak, en de belangrijkste functie is "Use reply button to reply messages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Reply Button for WhatsApp

Download Reply Button for WhatsApp-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

                        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                    

Basisinformatie over de Extensie

Naam Reply Button for WhatsApp Reply Button for WhatsApp
ID memgfgibiocibclalbjpdeobclgpigpf
Officiële URL https://chromewebstore.google.com/detail/reply-button-for-whatsapp/memgfgibiocibclalbjpdeobclgpigpf
Beschrijving Use reply button to reply messages
Bestandsgrootte 9.55 KB
Aantal Installaties 65
Huidige Versie 2.0.1
Laatst Bijgewerkt 2022-05-11
Publicatiedatum 2022-03-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Fatih Mustafa Buçak
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}