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
公式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
Eメール [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"
    }
}