Reply Button for WhatsApp

Use reply button to reply messages

Reply Button for WhatsApp क्या है?

Reply Button for WhatsApp Fatih Mustafa Buçak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use reply button to reply messages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reply Button for WhatsApp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}