Email Auto Filler Firefox

Examine source code of Email Auto Filler

Inspect and view changes in Email Auto Filler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Email Filler",
  "version": "1.0.0",
  "description": "Auto-suggest per-site email aliases for catch-all domains",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Email Filler Settings"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "email-filler@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Email Auto Filler Alternatives

Here are some Firefox add-ons that are similar to Email Auto Filler: