Temporary eMail - Temp Email Firefox

Examine source code of Temporary eMail - Temp Email

Inspect and view changes in Temporary eMail - Temp Email source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Temporary eMail - Disposable Email",
  "description": "Generate and manage disposable email addresses instantly. Perfect for signups, avoiding spam, and protecting your privacy.",
  "version": "1.0.0",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "<all_urls>",
    "https://temporaryemail.io/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "utils.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Temporary eMail"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "welcome.html",
    "welcome.css",
    "welcome.js",
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "temporaryemail@temporaryemail.io",
      "strict_min_version": "79.0"
    }
  }
}

Best Temporary eMail - Temp Email Alternatives

Here are some Firefox add-ons that are similar to Temporary eMail - Temp Email: