Anonymous Authenticator Firefox

Examine source code of Anonymous Authenticator

Inspect and view changes in Anonymous Authenticator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Anonymous Authenticator",
  "version": "0.1",
  "description": "Extension for an Anonymous Web Authentication",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ]
}

Best Anonymous Authenticator Alternatives

Here are some Firefox add-ons that are similar to Anonymous Authenticator: