Warn Common Password Firefox

Examine source code of Warn Common Password

Inspect and view changes in Warn Common Password source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Displays warning notification if word entered in any password field is present in 500000 common passwords. Works entirely offline.",
  "manifest_version": 2,
  "name": "Warn Common Password",
  "version": "0.0.11resigned1",
  "homepage_url": "https://github.com/gkrishnaks/",
  "icons": {
    "48": "icons/lockIcon.png"
  },
  "applications": {
    "gecko": {
      "id": "gokulakrishna.k.s@gmail.com",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "notifications",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best Warn Common Password Alternatives

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