Authenticator Wrapped Firefox

Examine source code of Authenticator Wrapped

제작자: Prem Raghvani
Inspect and view changes in Authenticator Wrapped source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Authenticator Wrapped",
  "description": "Statistics on your Microsoft Authenticator successes (and failures)",
  "version": "1.1.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "/assets/js/background.js",
    "type": "module",
    "scripts": [
      "/assets/js/background.js"
    ]
  },
  "action": {
    "default_popup": "/assets/html/popup.html",
    "default_icon": "/assets/image/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.microsoftonline.com/*"
      ],
      "js": [
        "/assets/js/tracker.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b7a671f5-0f1b-4b27-8adf-5672ac58ed45}"
    }
  }
}

최고의 Authenticator Wrapped 대안

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