Back up WhatsApp chat

Download your WhatsApp backup from WhatsApp Web.

Hvad er Back up WhatsApp chat?

Back up WhatsApp chat er en Chrome-udvidelse udviklet af SleekFlow, og dens hovedfunktion er "Download your WhatsApp backup from WhatsApp Web.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Back up WhatsApp chat-udvidelses-CRX-fil

Download Back up WhatsApp chat-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Back up WhatsApp chat Back up WhatsApp chat
ID ebhnefamgekghkhajjbbnbpbdoipdlkl
Officiel URL https://chromewebstore.google.com/detail/back-up-whatsapp-chat/ebhnefamgekghkhajjbbnbpbdoipdlkl
Beskrivelse Download your WhatsApp backup from WhatsApp Web.
Filstørrelse 212 KB
Antal Installationer 2,096
Nuværende Version 1.0.7
Senest Opdateret 2023-04-07
Udgivelsesdato 2022-03-29
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler SleekFlow
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}