Backup WhatsApp Chats
Download a backup of all your WhatsApp chat messages, save as CSV/HTML/TXT.
What is Backup WhatsApp Chats?
Backup WhatsApp Chats is a Chrome extension developed by WA Awesome Tool, and its main feature is "Download a backup of all your WhatsApp chat messages, save as CSV/HTML/TXT.".
Extension Screenshots
Download Backup WhatsApp Chats Extension CRX File
Download Backup WhatsApp Chats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
# FEATURES ✓ Export your WhatsApp chat messages. ✓ Backup WhatsApp contacts & group participation ✓ Grabbing chat media and download attachments ✓ Save in CSV/TXT/HTML format # SUPPORT FAQ https://wabackup.whatsabot.com/ If you have any questions, please keep in touch via [email protected].
Extension Basic Information
Name | Backup WhatsApp Chats |
ID | bgibgggppnoeibdafndabebbhiigmpfo |
Official URL | https://chrome.google.com/webstore/detail/backup-whatsapp-chats/bgibgggppnoeibdafndabebbhiigmpfo |
Description | Download a backup of all your WhatsApp chat messages, save as CSV/HTML/TXT. |
File Size | 2.73 MB |
Installation Count | 209 |
Current Version | 1.0.2 |
Last Updated | 2023-09-04 |
Publish Date | 2023-03-29 |
Developer | WA Awesome Tool |
[email protected] | |
Extension Website | https://wabackup.whatsabot.com/ |
Privacy Policy Page URL | https://wagroup.whatsabot.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.2", "homepage_url": "https:\/\/wabackup.whatsabot.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "assets\/js\/deflate.js", "assets\/js\/patch-worker.js", "assets\/js\/FileSaver.js", "assets\/js\/zip.js", ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/style.css" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |