Password Displayer Firefox

Examine source code of Password Displayer

By: zeGolem
Inspect and view changes in Password Displayer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Password Displayer",
  "version": "1.0",
  "description": "Adds an option to look at passwords in inputs boxes",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ]
}

Best Password Displayer Alternatives

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