Password Displayer Firefox

Examine source code of Password Displayer

제작자: 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"
  ]
}

최고의 Password Displayer 대안

다음은 Password Displayer과(와) 유사한 Firefox add-on입니다: