Quick Hide Passwords Firefox

Examine source code of Quick Hide Passwords

By: Vin777
Inspect and view changes in Quick Hide Passwords source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Quick Hide Passwords",
  "version": "1.0",
  "description": "Ẩn/hiện nhanh mật khẩu trên trang web để tránh bị nhìn trộm.",
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "action": {
    "default_icon": "icon.png",
    "default_title": "Ẩn/Hiện mật khẩu"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "quick-hide-passwords@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Quick Hide Passwords Alternatives

Here are some Firefox add-ons that are similar to Quick Hide Passwords: