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”。
擴展截圖
下載Backup WhatsApp Chats擴展crx文件
下載Backup WhatsApp Chats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ibpjljmgmpnfbjbjdajbldfekkcnencp |
官方網址 | 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": [ " |