AutoHour [TryHackMe] Firefox

Examine source code of AutoHour [TryHackMe]

Inspect and view changes in AutoHour [TryHackMe] source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AutoHour",
  "version": "1.0",
  "description": "Extensão feita para adicionar mais horas no TryHackMe.",
  "icons": {
    "48": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://tryhackme.com/room/*"
      ],
      "js": [
        "hour.js"
      ]
    }
  ]
}

Best AutoHour [TryHackMe] Alternatives

Here are some Firefox add-ons that are similar to AutoHour [TryHackMe]: