Free Temp Mail Service

Free Temp Mail Service

Create unlimited temp mail inboxes to receive emails from any site without using your personal email we made this extension to avoid spam in your personal mailbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Tempinbox - Free Temp Mail Service",
  "description": "Create unlimited temp mail inboxes to receive emails from any site without using your personal email we made this extension to avoid spam in your personal mailbox.",
  "version": "3.0",
  "manifest_version": 2,
  "author": "https://www.tempinbox.xyz",
  "icons": {
    "16": "/images/img16.png",
    "32": "/images/img32.png",
    "48": "images/img48.png",
    "128": "/images/img128.png"
  },
  "permissions": [
    "https://*.tempinbox.xyz/*"
  ],
  "browser_action": {
    "32": "images/img32.png",
    "48": "images/img48.png",
    "128": "images/img128.png",
    "default_icon": "/images/img16.png",
    "default_popup": "popup.html"
  }
}