Password Strength Checker Firefox

Examine source code of Password Strength Checker

Inspect and view changes in Password Strength Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Password Strength Checker",
  "version": "1.0",
  "description": "Kiểm tra và cảnh báo mật khẩu yếu trên các trang web.",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5dba663c-e6e7-4a63-b17d-792097f2d7b3}"
    }
  }
}

Best Password Strength Checker Alternatives

Here are some Firefox add-ons that are similar to Password Strength Checker: