Password Field Reveal Firefox

Examine source code of Password Field Reveal

Inspect and view changes in Password Field Reveal source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Password Reveal",
  "version": "1.0",
  "description": "Permanently reveals all password fields",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "reveal.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "password-reveal@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Password Field Reveal Alternatives

Here are some Firefox add-ons that are similar to Password Field Reveal: