Auto 2FA Reminder Firefox

Examine source code of Auto 2FA Reminder

Inspect and view changes in Auto 2FA Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto 2FA Reminder",
  "version": "1.3",
  "description": "Automatically reminds users to enable Two-Factor Authentication (2FA) when logging into websites.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Auto 2FA Reminder",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Auto-2FA-Reminder",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Auto 2FA Reminder Alternatives

Here are some Firefox add-ons that are similar to Auto 2FA Reminder: