Extract Emails in 1 Second Firefox

Examine source code of Extract Emails in 1 Second

By: yaagame
Inspect and view changes in Extract Emails in 1 Second source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Extract Emails in 1 Second",
  "version": "3.0",
  "description": "Extract and save emails from the current webpage.",
  "permissions": [
    "activeTab",
    "downloads",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bc661ab6-def4-4639-b7c6-02ace202cd01}"
    }
  }
}

Best Extract Emails in 1 Second Alternatives

Here are some Firefox add-ons that are similar to Extract Emails in 1 Second: