Back up WhatsApp chat

Download your WhatsApp backup from WhatsApp Web.

O que é Back up WhatsApp chat?

Back up WhatsApp chat é uma extensão do Chrome desenvolvida por SleekFlow, e sua principal característica é "Download your WhatsApp backup from WhatsApp Web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Back up WhatsApp chat

Baixe arquivos de extensão Back up WhatsApp chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Back up WhatsApp chat Back up WhatsApp chat
ID ebhnefamgekghkhajjbbnbpbdoipdlkl
URL Oficial https://chromewebstore.google.com/detail/back-up-whatsapp-chat/ebhnefamgekghkhajjbbnbpbdoipdlkl
Descrição Download your WhatsApp backup from WhatsApp Web.
Tamanho do Arquivo 212 KB
Contagem de Instalações 2,096
Versão Atual 1.0.7
Última Atualização 2023-04-07
Data de Publicação 2022-03-29
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor SleekFlow
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}