Reply Button for WhatsApp

Use reply button to reply messages

Cos'è Reply Button for WhatsApp?

Reply Button for WhatsApp è un'estensione di Chrome sviluppata da Fatih Mustafa Buçak, e la sua funzione principale è "Use reply button to reply messages".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reply Button for WhatsApp

Scarica i file di estensione Reply Button for WhatsApp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reply Button for WhatsApp Reply Button for WhatsApp
ID memgfgibiocibclalbjpdeobclgpigpf
URL Ufficiale https://chromewebstore.google.com/detail/reply-button-for-whatsapp/memgfgibiocibclalbjpdeobclgpigpf
Descrizione Use reply button to reply messages
Dimensione del File 9.55 KB
Conteggio Installazioni 65
Versione Corrente 2.0.1
Ultimo Aggiornamento 2022-05-11
Data di Pubblicazione 2022-03-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Fatih Mustafa Buçak
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}