Backup WA Chats

Downloads a backup of your WhatsApp chats

What is Backup WA Chats?

Backup WA Chats is a Chrome extension developed by lovemomentshopify, and its main feature is "Downloads a backup of your WhatsApp chats".

Extension Screenshots

screenshot
screenshot

Download Backup WA Chats Extension CRX File

Download Backup WA Chats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name Backup WA Chats Backup WA Chats
ID jfappcdmabnijlldakhngpjobifimoop
Official URL https://chromewebstore.google.com/detail/backup-wa-chats/jfappcdmabnijlldakhngpjobifimoop
Description Downloads a backup of your WhatsApp chats
File Size 2.69 MB
Installation Count 74
Current Version 1.0.6
Last Updated 2023-04-26
Publish Date 2022-10-16
Rating 5.00/5 Total 3 Ratings
Developer lovemomentshopify
Email [email protected]
Payment Type free
Extension Website https://hlsdownloader.com/
Help Page URL https://hlsdownloader.com/terms-of-service/
Privacy Policy Page URL https://hlsdownloader.com/privacy-policy
Supported Languages 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"
    ]
}