Back up WhatsApp chat

Download your WhatsApp backup from WhatsApp Web.

什麼是Back up WhatsApp chat?

Back up WhatsApp chat是由SleekFlow開發的Chrome擴展程式,該擴展的主要功能是“Download your WhatsApp backup from WhatsApp Web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Back up WhatsApp chat擴展crx文件

下載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
官方網址 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"
    }
}