Backup WA Chats

Downloads a backup of your WhatsApp chats

Co to jest Backup WA Chats?

Backup WA Chats to rozszerzenie Chrome opracowane przez lovemomentshopify, a jego główną funkcją jest „Downloads a backup of your WhatsApp chats”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Backup WA Chats

Pobierz pliki rozszerzeń Backup WA Chats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Backup WA Chats Backup WA Chats
ID jfappcdmabnijlldakhngpjobifimoop
Oficjalny URL https://chromewebstore.google.com/detail/backup-wa-chats/jfappcdmabnijlldakhngpjobifimoop
Opis Downloads a backup of your WhatsApp chats
Rozmiar pliku 2.69 MB
Liczba instalacji 74
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-04-26
Data Publikacji 2022-10-16
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper lovemomentshopify
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://hlsdownloader.com/
Adres URL Strony Pomocy https://hlsdownloader.com/terms-of-service/
Adres URL Strony Polityki Prywatności https://hlsdownloader.com/privacy-policy
Obsługiwane Języki 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"
    ]
}