Backup WhatsApp Chats

Downloads a backup of your WhatsApp chats

Backup WhatsApp Chats란 무엇입니까?

Backup WhatsApp Chats은(는) WATI.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads a backup of your WhatsApp chats"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Backup WhatsApp Chats 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Disclaimer- **With this extension, only the latest message of each contact will be backed up.**

If you're looking for a tool to download/backup/export WA Chats, your search ends here..

With this tool, you can easily download your Chat History in json format. You can choose the date-range for which you want to download the chats.

*How it works?*
1. Open WhatsApp Web
2. Select Date range in the add-on
3. Click on "Download" button

All files are downloaded into zip folders that contain the media files and also text messages from WA Web.

*PRIVACY-FRIENDLY*
No data from your WhatsApp is stored on any of our servers. All the data remains on your computer only.


*DISCLAIMER:*
1. This tool is not affiliated to WhatsApp
2. This is an unofficial tool to help you export/backup/download WA Chat History
3. Backup is done in json format
4. Group messages are not backed up
5. Latest updates from WhatsApp Web may lead to the tool not being able to backup chats accurately. We're not responsible for any possible loss of chats due to the same. If you face any such issues, please report to [email protected] so we can fix them.                    

확장 프로그램 기본 정보

이름 Backup WhatsApp Chats Backup WhatsApp Chats
ID ibpjljmgmpnfbjbjdajbldfekkcnencp
공식 URL https://chromewebstore.google.com/detail/backup-whatsapp-chats/ibpjljmgmpnfbjbjdajbldfekkcnencp
설명 Downloads a backup of your WhatsApp chats
파일 크기 190 KB
설치 횟수 9,000
현재 버전 1.1.4
최근 업데이트 2023-05-31
출시 날짜 2020-11-20
평점 2.93/5 총 30 개의 평점
개발자 WATI.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wati.io
도움말 페이지 URL https://wati.io
개인정보 보호 정책 페이지 URL https://www.wati.io/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Backup WhatsApp Chats",
    "description": "Downloads a backup of your WhatsApp chats",
    "version": "1.1.4",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/progressbar.css"
            ],
            "js": [
                "js\/cs.js",
                "js\/FileSaver.js",
                "js\/injectedWA.js",
                "js\/jszip.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.whatsapp.com\/*",
            "*:\/\/*.whatsapp.net\/*"
        ]
    },
    "icons": {
        "128": "imgs\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/progressBar.js",
                "js\/injectedWA.js",
                "js\/moment-with-locales.js",
                "js\/FileSaver.js",
                "css\/progressbar.css",
                "imgs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}