Backup WA Chats

Downloads a backup of your WhatsApp chats

什么是Backup WA Chats?

Backup WA Chats是由lovemomentshopify开发的Chrome扩展程序,该扩展的主要功能是“Downloads a backup of your WhatsApp chats”。

扩展截图

screenshot
screenshot

下载Backup WA Chats扩展crx文件

下载Backup WA Chats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Downloads a backup of your WhatsApp chats to excel/html

One Click Downloads your WhatsApp chats to your computer from https://web.whatsapp.com/

HOW-TO USE ?
1.Open the url :https://web.whatsapp.com/ and select a chat you want to download.
2. Select backup option
3. Click the “Start” button and follow the instructions within the app


The extension also tries grabbing a chat media if they still exist in the phone.
You can choose a time period with the help of the Dates fields.
If you click the Download button and nothing happens, reload the page and try again.

Note:

Since the latest update to the WhatsApp Each person can export only 90 days of chat history.You could try downgrading to an older version of WhatsApp, the extension will download complete chats then.

You will be given a three-day trial period to become a member, which can be cancelled at any 

# Statement

WhatsApp is a trademark of WhatsApp , LLC. this plugin is not affiliated with, endorsed, sponsored, or otherwise related to WhatsApp , Inc. or any of its or any of its affiliates or subsidiaries.

time.Questions and support: [email protected]                    

扩展基本信息

名称 Backup WA Chats Backup WA Chats
ID jfappcdmabnijlldakhngpjobifimoop
官方URL https://chromewebstore.google.com/detail/backup-wa-chats/jfappcdmabnijlldakhngpjobifimoop
简介 Downloads a backup of your WhatsApp chats
文件大小 2.69 MB
安装次数 74
当前版本 1.0.6
更新时间 2023-04-26
上架时间 2022-10-16
评分 5.00/5 共3次评分
开发者 lovemomentshopify
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hlsdownloader.com/
帮助页面URL https://hlsdownloader.com/terms-of-service/
隐私政策页面URL https://hlsdownloader.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "libs\/*",
                "assets\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "assets\/zip.js.bb5fc89d.js",
                "assets\/patch-worker.js.541ac307.js",
                "assets\/FileSaver.js.196dcd61.js",
                "assets\/moment-with-locales.76015ba9.js",
                "assets\/lodash.bd2f49d9.js",
                "assets\/injectedWA.5087fc3c.js",
                "assets\/index.js.890fa2cd.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "name": "Backup WA Chats",
    "description": "Downloads a backup of your WhatsApp chats",
    "version": "1.0.6",
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.zip.js.bb5fc89d.4e8fb485.js",
                "assets\/content-script-loader.patch-worker.js.541ac307.8e512f70.js",
                "assets\/content-script-loader.FileSaver.js.196dcd61.58986145.js",
                "assets\/content-script-loader.index.js.890fa2cd.1d52830a.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "assets\/styles\/spinkit.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.whatsapp.com\/*",
            "*:\/\/*.whatsapp.net\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/",
        "https:\/\/www.googleapis.com\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlNZKcnp4wAA+DVwwJBRxMqvL84QXiFKLUNF\/w24Ph6uY1rcQKIoLm+0cU3xoh7sk4ySG4+kzGKrKQ+sjGiTl0gp90KtkSt2HlwizflgAnKNCFX27oMR+f4onAnMcGDfNp3MlgUzPb4\/Aoblaugh9krXEnGBjnZhlvk\/+\/DhuiU8ht0zgeXycGtI0Hw53bwpDMgwFt3Y0FRnoCZM2KgJ9vG0OX8cSg6pzxIxSmXjgXgLOvfxV+eidsrSFj+BNSZu37sTFssEgzd1HJecakNA7J6HTWFXQLp4Ud8Xqf7U1ua\/VJsOtY5zfsWJHluJVgUDFBA2ZGdjxS9Ew67yyVv3cVQIDAQAB",
    "oauth2": {
        "client_id": "180346679292-e2sf2om7a4moevntd3j4oss3psrna22j.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "permissions": [
        "storage",
        "identity"
    ]
}