Show/Hide Password Toggle Firefox

Examine source code of Show/Hide Password Toggle

By: 68 GB
Inspect and view changes in Show/Hide Password Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Show/Hide Password Toggle",
  "version": "1.0",
  "description": "Add a toggle button to password fields to show or hide the password.",
  "permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon.png"
  },
  "action": {
    "default_title": "Show/Hide Password"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "showhidepassword@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Show/Hide Password Toggle Alternatives

Here are some Firefox add-ons that are similar to Show/Hide Password Toggle: