Easy Email Collector Firefox

Examine source code of Easy Email Collector

Inspect and view changes in Easy Email Collector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Easy Email Collector",
  "version": "1.2",
  "description": "Collects email addresses while scrolling through pages",
  "browser_specific_settings": {
    "gecko": {
      "id": "{67d129c9-e591-4b88-8cbe-c9cce012a516}"
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Easy Email Collector Alternatives

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