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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}