Backup WA Chats

Downloads a backup of your WhatsApp chats

¿Qué es Backup WA Chats?

Backup WA Chats es una extensión de Chrome desarrollada por lovemomentshopify, y su función principal es "Downloads a backup of your WhatsApp chats".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Backup WA Chats

Descarga archivos de extensión Backup WA Chats en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre Backup WA Chats Backup WA Chats
ID jfappcdmabnijlldakhngpjobifimoop
URL Oficial https://chromewebstore.google.com/detail/backup-wa-chats/jfappcdmabnijlldakhngpjobifimoop
Descripción Downloads a backup of your WhatsApp chats
Tamaño del Archivo 2.69 MB
Cantidad de Instalaciones 74
Versión Actual 1.0.6
Última Actualización 2023-04-26
Fecha de Publicación 2022-10-16
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador lovemomentshopify
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hlsdownloader.com/
URL de la Página de Ayuda https://hlsdownloader.com/terms-of-service/
URL de la Página de Política de Privacidad https://hlsdownloader.com/privacy-policy
Idiomas Soportados 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"
    ]
}