WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
WAexport: Export WhatsApp Chats and Contacts

WAexport: Export WhatsApp Chats and Contacts

View on Chrome Web Store
View WAexport: Export WhatsApp Chats and Contacts Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (488 ratings)
5 new ratings
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Export WhatsApp contacts from groups and chats. Download and Save your chat history in HTML (web view), CSV or plain text.
Type
Extension
Users
3,000 users
1K
WAtext
View author page of WAtext
Published
Published on October 16, 2024
Version 2.5.0.7
Manifest version
3
Updated
Updated on May 27, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View WAexport: Export WhatsApp Chats and Contacts Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/checkLicense.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/spinkit.css"
            ],
            "js": [
                "js\/jszip.min.js",
                "js\/cs.js",
                "js\/FileSaver.js",
                "js\/injectedWA.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ]
        }
    ],
    "description": "Export WhatsApp contacts from groups and chats. Download and Save your chat history in HTML (web view), CSV or plain text.",
    "icons": {
        "64": "imgs\/app-icon.png",
        "128": "imgs\/app-icon.png"
    },
    "manifest_version": 3,
    "name": "WAexport: Export WhatsApp Chats and Contacts",
    "permissions": [
        "storage"
    ],
    "version": "2.5.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "js\/lodash.js",
                "js\/jszip.min.js",
                "js\/injectedWA.js",
                "js\/moment-with-locales.js",
                "js\/FileSaver.js",
                "css\/spinkit.css",
                "css\/wa_layout.css",
                "imgs\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top