Steam HLTB (Fork) Firefox

Examine source code of Steam HLTB (Fork)

Inspect and view changes in Steam HLTB (Fork) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Steam HLTB",
  "browser_specific_settings": {
    "gecko": {
      "id": "{5dc2b2d8-acca-44cb-9997-c582a635713f}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "version": "1.0.3",
  "description": "Displays HowLongToBeat times on Steam game pages",
  "permissions": [
    "tabs",
    "scripting"
  ],
  "host_permissions": [
    "https://howlongtobeat.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://store.steampowered.com/app/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Steam HLTB (Fork) Alternatives

Here are some Firefox add-ons that are similar to Steam HLTB (Fork):