Hide My Email - MailCloak.net

Hide My Email - MailCloak.net

Hides your personal email behind a random cloaked email address.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hide My Email - MailCloak.net",
  "description": "Hides your personal email behind a random cloaked email address.",
  "version": "1.5.6",
  "author": "MailCloak",
  "short_name": "Hide my email",
  "permissions": [
    "activeTab",
    "identity",
    "identity.email",
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Hide your email",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "create-burner": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Create new cloaked email"
    }
  },
  "externally_connectable": {
    "matches": [
      "*://*.mailcloak.net/*",
      "*://cbco.in/*"
    ]
  }
}