Backup WA Chats

Export the whatsapp contact information you need according to the way you want.

Was ist Backup WA Chats?

Backup WA Chats ist eine Chrome-Erweiterung, die von Thu Nga Trịnh entwickelt wurde, und ihr Hauptmerkmal ist "Export the whatsapp contact information you need according to the way you want.".

Erweiterungsscreenshots

screenshot

Backup WA Chats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Backup WA Chats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Brings all the missing features to WhatsApp Web, for personal and business use.

Download a backup of WhatsApp chat records

Download your WhatsApp chat record from to your computer https://web.whatsapp.com/

If you click the Download button and nothing happens, reload the page and try again.

Look forward to your use and feedback!



------------------------------------------
LEGAL
------------------------------------------
WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to WhatsApp or WhatsApp Inc.                    

Grundlegende Informationen zur Erweiterung

Name Backup WA Chats Backup WA Chats
ID bjdhlinfageccmfgaicipbfmjjbmopkc
Offizielle URL https://chrome.google.com/webstore/detail/backup-wa-chats/bjdhlinfageccmfgaicipbfmjjbmopkc
Beschreibung Export the whatsapp contact information you need according to the way you want.
Dateigröße 1.25 MB
Installationsanzahl 2,194
Aktuelle Version 1.0.24
Letztes Update 2023-09-08
Veröffentlichungsdatum 2022-03-27
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Thu Nga Trịnh
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1K8HBxruogt1zlBYdHTM_Pohamgou_TTXALBREqwaQ0g
Unterstützte Sprachen id,en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,hi,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.24",
    "homepage_url": "https:\/\/web.whatsapp.com\/",
    "description": "Export the whatsapp contact information you need according to the way you want.",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "inject\/content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/redirect-link.js"
            ],
            "css": [
                "css\/wa-attach.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "WhatsApp Group Exporter- Group download",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/inject.js",
                "pic\/crm-commend.png",
                "fonts\/*",
                "img\/*",
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ]
}