HelMail - Email Extractor Firefox

Examine source code of HelMail - Email Extractor

Inspect and view changes in HelMail - Email Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HelMail - Email Extractor",
  "description": "HelMail simplifies the process of extracting emails from web pages. It scans the active tab and displays a list of all found emails.",
  "version": "1.5",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "helmail-extractor@abdiwaahid.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "unknown_provided": false,
        "technical_provided": false
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "HelMail - Email Extractor",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best HelMail - Email Extractor Alternatives

Here are some Firefox add-ons that are similar to HelMail - Email Extractor: