Backup WA Chats

Downloads a backup of your WhatsApp chats

Hvad er Backup WA Chats?

Backup WA Chats er en Chrome-udvidelse udviklet af lovemomentshopify, og dens hovedfunktion er "Downloads a backup of your WhatsApp chats".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Backup WA Chats-udvidelses-CRX-fil

Download Backup WA Chats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn Backup WA Chats Backup WA Chats
ID jfappcdmabnijlldakhngpjobifimoop
Officiel URL https://chromewebstore.google.com/detail/backup-wa-chats/jfappcdmabnijlldakhngpjobifimoop
Beskrivelse Downloads a backup of your WhatsApp chats
Filstørrelse 2.69 MB
Antal Installationer 74
Nuværende Version 1.0.6
Senest Opdateret 2023-04-26
Udgivelsesdato 2022-10-16
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler lovemomentshopify
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hlsdownloader.com/
Hjælpeside-URL https://hlsdownloader.com/terms-of-service/
URL til Fortrolighedspolitik Side https://hlsdownloader.com/privacy-policy
Understøttede Sprog 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"
    ]
}