Email & Phone Number Extractor

Email & Phone Number Extractor

Easily extract email addresses and phone numbers on a web page!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Email & Phone Number Extractor",
  "version": "1.1.0",
  "description": "Easily extract email addresses and phone numbers on a web page!",
  "manifest_version": 3,
  "author": "Eren Geridonmez",
  "action": {
    "default_popup": "index.html",
    "default_title": "Email & Phone Number Extractor",
    "default_icon": {
      "16": "images/icon16.png",
      "24": "images/icon24.png",
      "32": "images/icon32.png",
      "128": "images/icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png"
  }
}