Back up WhatsApp chat

Download your WhatsApp backup from WhatsApp Web.

ما هو Back up WhatsApp chat؟

Back up WhatsApp chat هو إضافة Chrome تم تطويرها بواسطة SleekFlow، والميزة الرئيسية لها هي "Download your WhatsApp backup from WhatsApp Web.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Back up WhatsApp chat

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

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

                        With our tool, you can back up and download your WhatsApp chat history from WhatsApp Web in JSON format. Text messages within the selected date range will be downloaded as a zip file.

HOW IT WORKS
1. Click the Open WhatsApp Web button and go to WhatsApp Web
2. Select the date range
3. Click the Download WhatsApp Chats button

We respect your privacy. We do not collect any personal data from you.                    

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

الاسم Back up WhatsApp chat Back up WhatsApp chat
ID ebhnefamgekghkhajjbbnbpbdoipdlkl
عنوان URL الرسمي https://chromewebstore.google.com/detail/back-up-whatsapp-chat/ebhnefamgekghkhajjbbnbpbdoipdlkl
الوصف Download your WhatsApp backup from WhatsApp Web.
حجم الملف 212 KB
عدد التثبيتات 2,096
النسخة الحالية 1.0.7
آخر تحديث 2023-04-07
تاريخ النشر 2022-03-29
تقييم 4.33/5 مجموع تقييمات 3
المطور SleekFlow
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Back up WhatsApp chat",
    "description": "Download your WhatsApp backup from WhatsApp Web.",
    "version": "1.0.7",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Back up WhatsApp chat"
    },
    "permissions": [],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/getData.js",
                "js\/progressBar.js",
                "js\/logData.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "css": [
                "css\/progressBar.css"
            ],
            "js": [
                "js\/index.js",
                "js\/libs\/FileSaver.min.js",
                "js\/libs\/jszip.min.js",
                "js\/libs\/dayjs.min.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/logo.png"
    }
}