Reply Button for WhatsApp

Use reply button to reply messages

Что такое Reply Button for WhatsApp?

Reply Button for WhatsApp - это расширение Chrome, разработанное Fatih Mustafa Buçak, и его основная функция - "Use reply button to reply messages".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Reply Button for WhatsApp

Скачайте файлы расширений 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
}