WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bulk Email Extractor - Collect Emails from Websites with Single Click

Bulk Email Extractor - Collect Emails from Websites with Single Click

View on Chrome Web Store
View Bulk Email Extractor - Collect Emails from Websites with Single Click 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.

Extract emails from websites instantly. This extension scans pages & collects addresses with one click. Perfect for lead generation.
Type
Extension
Users
100 users
4
Squr***************
View author page of Squr***************
Published
Published on June 12, 2025
Version 1.2
Manifest version
3
Updated
Updated on June 17, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Bulk Email Extractor - Collect Emails from Websites with Single Click 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": "Bulk Email Extractor - Collect Emails from Websites with Single Click",
    "version": "1.2",
    "description": "Extract emails from websites instantly. This extension scans pages & collects addresses with one click. Perfect for lead generation.",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Email Extractor Pro",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "extract-emails": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "Extract emails from current page"
        },
        "scan-site": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Scan entire site for emails"
        }
    },
    "minimum_chrome_version": "88",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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