MCSR PB Display Firefox

Examine source code of MCSR PB Display

Inspect and view changes in MCSR PB Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MCSR PB Display",
  "version": "0.3.0",
  "description": "Browser extension to have your Minecraft Speedrun PB displayed next to your name on Twitch",
  "action": {
    "default_title": "MCSR PB Display",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.twitch.tv/*",
    "http://localhost:3000/*",
    "https://mcsr-pb-display.menyh.art/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@mcsr-pb-display",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteContent"
        ]
      }
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "mcsrPbDisplay.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}

Best MCSR PB Display Alternatives

Here are some Firefox add-ons that are similar to MCSR PB Display: