Input Type Text

Input Type Text

Display all passwords in clear text.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Input Type Text",
  "description": "Display all passwords in clear text.",
  "version": "0.4",
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js.js"
      ]
    }
  ]
}