WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Email Scraper

Email Scraper

View on Chrome Web Store
View Email Scraper Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
1 new ratings
3 views
This extension has been viewed 3 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.

Smart email scraper that collects and copies emails from websites. Includes an email extractor and powerful mail finder tools
Type
Extension
Users
239 users
1
hermann.antonov
View author page of hermann.antonov
Featured Extension

Hand-picked for quality and usefulness

Published
Published on June 11, 2025
Version 1.9
Manifest version
3
Updated
Updated on January 23, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Email Scraper 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_appName__",
    "version": "1.9",
    "description": "__MSG_shortDesc__",
    "default_locale": "en",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/images\/icon_128.png"
        },
        "default_title": "Email Scraper"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "clipboardWrite",
        "sidePanel",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}
© 2026 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