Email Extractor - Free & Unlimited

Email Extractor - Free & Unlimited

This email extractor extension helps you extract email addresses from any webpage. It's free & unlimited!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Email Extractor - Free & Unlimited",
  "version": "1.1.0",
  "description": "This email extractor extension helps you extract email addresses from any webpage. It's free & unlimited!",
  "action": {
    "icon": "images/icon_128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "64": "images/icon_64.png",
    "128": "images/icon_128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}