Easy WhatsApp

Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.

ما هو Easy WhatsApp؟

Easy WhatsApp هو إضافة Chrome تم تطويرها بواسطة Niv Kaufman، والميزة الرئيسية لها هي "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Easy WhatsApp

قم بتنزيل ملفات الامتداد Easy WhatsApp بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.                    

معلومات أساسية عن التمديد

الاسم Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
الوصف Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
حجم الملف 101 KB
عدد التثبيتات 47
النسخة الحالية 1.0
آخر تحديث 2021-02-20
تاريخ النشر 2021-02-20
تقييم 5.00/5 مجموع تقييمات 1
المطور Niv Kaufman
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy WhatsApp",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Easy WhatsApp"
    },
    "icons": {
        "16": "whatsapp.png",
        "48": "whatsapp.png",
        "128": "whatsapp.png"
    }
}