Fake Email Generator

Fake Email Generator

Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Fake Email Generator",
  "short_name": "Fake Email",
  "description": "Unlimited number of mailboxes. Ability to create your own mailbox or use existing ones. Instantly receive mail and fight spam.",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.711",
  "homepage_url": "https://emailfake.com",
  "browser_action": {
    "default_icon": "favicon.png",
    "default_popup": "popup.html",
    "default_title": "Fake Email Generator - temp mail address"
  },
  "background": {
    "scripts": [
      "scripts/socket.io.js",
      "scripts/background.js"
    ]
  },
  "permissions": [
    "cookies",
    "https://*.emailfake.com/",
    "clipboardRead",
    "notifications"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}