WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Email & WhatsApp Extractor

Email & WhatsApp Extractor

View on Chrome Web Store
View Email & WhatsApp Extractor Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

从任意网页中提取 Email 地址和 WhatsApp 号码,并支持批量下载到本地。
Type
Extension
Users
2,000 users
1K
LeadsCloud
View author page of LeadsCloud
Published
Published on September 3, 2023
Version 1.3
Manifest version
3
Updated
Updated on September 25, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Email & WhatsApp Extractor 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": "Email & WhatsApp Extractor",
    "version": "1.3",
    "description": "\u4ece\u4efb\u610f\u7f51\u9875\u4e2d\u63d0\u53d6 Email \u5730\u5740\u548c WhatsApp \u53f7\u7801\uff0c\u5e76\u652f\u6301\u6279\u91cf\u4e0b\u8f7d\u5230\u672c\u5730\u3002",
    "permissions": [
        "storage",
        "webNavigation",
        "scripting",
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}
© 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