WA Group - Download Group Phone Numbers

Export all member contacts in one click to download phone numbers from WhatsApp Groups.

What is WA Group - Download Group Phone Numbers?

WA Group - Download Group Phone Numbers is a Chrome extension developed by stevenmaysky, and its main feature is "Export all member contacts in one click to download phone numbers from WhatsApp Groups.".

Extension Screenshots

screenshot
screenshot

Download WA Group - Download Group Phone Numbers Extension CRX File

Download WA Group - Download Group Phone Numbers 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

                        WA Group - Download Group Phone Numbers, scrape WhatsApp Groups to download all contacts from group members, help you to extract phone numbers from your WhatsApp groups, and export them to CSV, Excel, JSON & vCard file and increase your lead generation business. 

Save massive group members within seconds.

🆕 New Update v1.2.1
✓ Fix some issues

# Features
✓ Extract contacts from WhatsApp Groups
✓ Extract User Profile, including Name, Phone Number, Country, Country Code, is Business, is My Contact, is Admin and etc.
✓ Export data to CSV, XLSX(Excel), JSON & VCard file
    - vCard: Easily import contacts to Android, iOS devices, Google Contacts and etc.
    - CSV: Easily import contacts to Google Contacts

# How to get started?
1. Open web.whatsapp.com, and scan to log in
2. Select specific group
3. Click Export Button

# It's free?
Yes, WhatsApp Group - Download Group Phone Numbers is free. You can get basic functionality and upgrade to get more functionality.

# FAQ
https://wagroup.converts.cc/#faq

If it does not work, please disable other WhatsApp extensions and try, then it will work.

If you have any problems, don't hesitate to contact us at [email protected].

# Data Privacy
All the data you process is on your local computer and never passes through our servers.                    

Extension Basic Information

Name WA Group - Download Group Phone Numbers WA Group - Download Group Phone Numbers
ID mhlmhjlkpioopoipgbmcmiblopmmecjc
Official URL https://chromewebstore.google.com/detail/wa-group-download-group-p/mhlmhjlkpioopoipgbmcmiblopmmecjc
Description Export all member contacts in one click to download phone numbers from WhatsApp Groups.
File Size 1.43 MB
Installation Count 4,184
Current Version 1.2.1
Last Updated 2023-12-21
Publish Date 2023-01-08
Rating 3.50/5 Total 8 Ratings
Developer stevenmaysky
Email [email protected]
Payment Type free
Extension Website https://wagroup.infwiz.com/
Privacy Policy Page URL https://wagroup.infwiz.com/privacy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.2.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhgCYmfZlqVMoj5pzfgKZiNrCjVl5ElWeYlUENQmIZfNQPDfwLJgPGT7o6aa8RDRD4ktWcRpMA+rdTTpUfT6fSejXkHh5a1MtaBG2uj4i6AVQmp8FGOzTMM1QNr3kdYNpUujV+Yin0b\/dpwx9h1wsclptOWzRc+P2zYk2YgB8y7kPP+FK4ej4++CMtQ3xBvbhNXHcq1BH3z1AvssEx\/GjhTCcz5+Siy2b42TPtmEPgm3Ws9cLBqM3jS3fj+vQWriCejVHiVaevIQd8yK5Gmg7TXOScXN0XOAupWVxMIa90na1OZbGfyu0n7SKn1cExPyh5AE3kP9IR6oT3N\/bnz5MFQIDAQAB",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mhlmhjlkpioopoipgbmcmiblopmmecjc",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "234277798801-kb55qh0q0bvnjq98ja58vfdcplks90so.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "234277798801-3tr6va64i048mvjbvmepe999iu1n8s1i.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/icon_16.png",
        "32": "public\/lib\/images\/icon_32.png",
        "48": "public\/lib\/images\/icon_48.png",
        "128": "public\/lib\/images\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*.whatsapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "public\/lib\/js\/jquery-3.6.3.min.js",
                "Content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/lib\/images\/*",
                "public\/lib\/js\/wa.js",
                "ijsource.js"
            ],
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}