WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Group Contact Extractor for WA

Group Contact Extractor for WA

View on Chrome Web Store
View Group Contact Extractor for WA Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (107 ratings)
2 new ratings
0 views
This extension has been viewed 0 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.

Easily export WhatsApp group contacts and chats contacts to CSV, Excel files.
Type
Extension
Users
30,000 users
10K
hb623999
View author page of hb623999
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 4, 2024
Version 1.0.25
Manifest version
3
Updated
Updated on May 30, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Group Contact Extractor for WA 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",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.whatsapp.com\/*",
        "http:\/\/*.whatsapp.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*",
                "http:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "wa.js",
                "inject.js",
                "ga.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.25"
}
© 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