Email Extractor Firefox

Examine source code of Email Extractor

Inspect and view changes in Email Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Email Extractor",
  "version": "4.0",
  "description": "Extract and save emails from the current web page and AutoSaves them to use anytime.",
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "tabs",
    "<all_urls>",
    "declarativeNetRequestWithHostAccess"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1dbd8a11-1d46-4c9a-93c9-0d93c779070e}"
    }
  }
}

Best Email Extractor Alternatives

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