Twitch Diagnostics Console Firefox

Examine source code of Twitch Diagnostics Console

Inspect and view changes in Twitch Diagnostics Console source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Twitch Diagnostics Console",
  "version": "0.1.0",
  "description": "Advanced Twitch playback diagnostics: buffer health, CDN host, request responsiveness, and troubleshooting exports.",
  "permissions": [
    "activeTab",
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "*://*.twitch.tv/*",
    "*://*.ttvnw.net/*",
    "*://*.jtvnw.net/*",
    "*://*.twitchcdn.net/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "action": {
    "default_title": "Toggle Twitch Diagnostics"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "src/content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch-diagnostics-console@johnfinnertynz.github.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Twitch Diagnostics Console Alternatives

Here are some Firefox add-ons that are similar to Twitch Diagnostics Console: