OTP Authenticator Firefox

Examine source code of OTP Authenticator

제작자: Tony Clarkung Add-on
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}"
    }
  }
}

최고의 OTP Authenticator 대안

다음은 OTP Authenticator과(와) 유사한 Firefox add-on입니다: