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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reply Button for WhatsApp
قم بتنزيل ملفات الامتداد Reply Button for WhatsApp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 } |