OTP Authenticator Firefox

Examine source code of OTP Authenticator

Inspect and view changes in OTP Authenticator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "OTP Authenticator",
  "version": "1.0",
  "description": "Protect your accounts using One-Time Passwords (OTP).",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a382963a-0236-41b0-bbfd-68c811ee34e5}"
    }
  }
}

Meilleures alternatives OTP Authenticator

Voici quelques Firefox add-ons qui sont similaires à OTP Authenticator :