HashPass Firefox

Examine source code of HashPass

By: ToniDev
Inspect and view changes in HashPass source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HashPass",
  "version": "1.2",
  "description": "Makes simple password secure!",
  "background": {
    "scripts": [
      "content-script.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "menus",
    "tabs",
    "unlimitedStorage",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "SecurePass",
    "default_popup": "view.html"
  }
}

Best HashPass Alternatives

Here are some Firefox add-ons that are similar to HashPass: