Deadlock Twitch Overlay Firefox

Examine source code of Deadlock Twitch Overlay

Inspect and view changes in Deadlock Twitch Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Deadlock Twitch Overlay",
  "version": "2.1",
  "description": "Allows you to hover over a twitch streamer's items to see what they do",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/index.html",
        "/item_classifier_model/*"
      ],
      "matches": [
        "*://*.twitch.tv/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{A1709D0A-E378-47FB-90F3-92B7F5E04D3F}",
      "strict_min_version": "58.0"
    }
  }
}

Best Deadlock Twitch Overlay Alternatives

Here are some Firefox add-ons that are similar to Deadlock Twitch Overlay: