Email Alias Generator - HMAC Firefox

Examine source code of Email Alias Generator - HMAC

By: KJ
Inspect and view changes in Email Alias Generator - HMAC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Email Alias Generator",
  "version": "1.0.1",
  "description": "Generate secure email aliases for any website on the fly using your custom domain and secret token.",
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "notifications",
    "scripting"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "Activate the extension"
    },
    "fill-current-field": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "Fill email input field with generated alias"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "css/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c0d19e6e-8cae-4e93-b5dc-4cf1b57805c8}",
      "strict_min_version": "109.0"
    }
  }
}

Best Email Alias Generator - HMAC Alternatives

Here are some Firefox add-ons that are similar to Email Alias Generator - HMAC: