Reply Button for WhatsApp
Use reply button to reply messages
Co je Reply Button for WhatsApp?
Reply Button for WhatsApp je rozšíření Chrome vyvinuté Fatih Mustafa Buçak, a jeho hlavní funkcí je „Use reply button to reply messages“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Reply Button for WhatsApp
Stáhněte si soubory rozšíření Reply Button for WhatsApp ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Reply Button for WhatsApp |
ID | memgfgibiocibclalbjpdeobclgpigpf |
Oficiální URL | https://chromewebstore.google.com/detail/reply-button-for-whatsapp/memgfgibiocibclalbjpdeobclgpigpf |
Popis | Use reply button to reply messages |
Velikost souboru | 9.55 KB |
Počet instalací | 65 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2022-05-11 |
Datum Vydání | 2022-03-03 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Fatih Mustafa Buçak |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |