WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Email Extractor: Scrape Emails From Websites

Email Extractor: Scrape Emails From Websites

View on Chrome Web Store
View Email Extractor: Scrape Emails From Websites Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (31 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Powerful web email scraping tool automatically visits websites to extract mails and social media profiles in bulk efficiently
Type
Extension
Users
10,000 users
1K
sally
View author page of sally
Featured Extension

Hand-picked for quality and usefulness

Published
Published on March 24, 2024
Version 2.5.6
Manifest version
3
Updated
Updated on April 9, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Email Extractor: Scrape Emails From Websites 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_title__",
    "version": "2.5.6",
    "description": "__MSG_des__",
    "host_permissions": [
        "<all_urls>"
    ],
    "default_locale": "en",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity"
    ],
    "oauth2": {
        "client_id": "748254516280-fvjucnlelgre20eb9ojtmm2ivsg56rdn.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApj44jQKwH09IgVXnIZ0+8Jo7Xr6zVS38c0d5T3AwAOai9zduRpijPu60bUy70wN4EuxcWdmOg8a\/ik+Cr\/x5ckvHvDM3R3jcGnPu6ESO4170Xsp3DaKRO0qWUfJTkzW+Yr1j9tWyR2SR9u9uds5FQRfOgnjDMjod9shUqr4sPZsexE0b3ZKHf+34Ug27lBsYplkuZFByqfsY\/fubwN8ArCPky0OO7dkK3\/LjKepWQx0SuLfJqAW7JGXorNkIUUqB8bDmw4Hx51CPWcxW9MzO50SaVR0wqkUR9D2shPYHjwpYDLOdr+AdHAoPDJ9NivI+Lyp+mhiVG3+UlPI\/RFq4tQIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "icons\/*",
                "icon-128.png",
                "src\/pages\/guide\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "devtools_page": "src\/pages\/devtools\/index.html"
}
© 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