Wafunnels - WhatsApp Contacts Extractor

Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.

What is Wafunnels - WhatsApp Contacts Extractor?

Wafunnels - WhatsApp Contacts Extractor is a Chrome extension developed by Wafunnels, and its main feature is "Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.".

Extension Screenshots

screenshot

Download Wafunnels - WhatsApp Contacts Extractor Extension CRX File

Download Wafunnels - WhatsApp Contacts Extractor 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

                        Allowing you to save all your contacts in a single click. Bulk-save unknown WhatsApp numbers in seconds Instantly export thousands of contacts Organize your business contacts, hassle-free                    

Extension Basic Information

Name Wafunnels - WhatsApp Contacts Extractor Wafunnels - WhatsApp Contacts Extractor
ID ekoonccgnbcafhcbomhgghdcgoigjdde
Official URL https://chromewebstore.google.com/detail/wafunnels-whatsapp-contac/ekoonccgnbcafhcbomhgghdcgoigjdde
Description Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.
File Size 1.36 MB
Installation Count 44
Current Version 0.0.0.4
Last Updated 2023-09-05
Publish Date 2023-08-06
Rating 5.00/5 Total 2 Ratings
Developer Wafunnels
Email [email protected]
Payment Type in_app
Extension Website https://whatsapp.wafunnels.com/
Privacy Policy Page URL https://whatsapp.wafunnels.com/privacy
Supported Languages en
manifest.json
{
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/images\/[email protected]",
        "default_popup": "popup.html",
        "default_title": "WAFUNNELS"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/xlsx.full.min.js",
                "assets\/js\/filesaver.min.js",
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "description": "Wafunnels WhatsApp Contacts Extractor, let\u2019s you export all or unsaved contacts from chat lists, groups and labels to CSV file.",
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/"
        ]
    },
    "homepage_url": "https:\/\/whatsapp.wafunnels.com\/",
    "icons": {
        "128": "assets\/images\/[email protected]",
        "16": "assets\/images\/[email protected]",
        "48": "assets\/images\/[email protected]"
    },
    "manifest_version": 3,
    "name": "Wafunnels - WhatsApp Contacts Extractor",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "WAFUNNELS",
    "version": "0.0.0.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/client.js",
                "assets\/js\/libphonenumber-max.js",
                "assets\/video\/green-spinner.mp4",
                "assets\/js\/xlsx.full.min.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/videos\/green-spinner.mp4",
                "assets\/videos\/loading-animation.mp4"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}