Streamlink Launcher for Twitch Firefox

Examine source code of Streamlink Launcher for Twitch

Inspect and view changes in Streamlink Launcher for Twitch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Streamlink Launcher",
  "version": "1.0",
  "description": "Copie la commande Streamlink pour lancer un stream Twitch dans VLC",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png"
    },
    "default_popup": "popup.html",
    "default_title": "Streamlink Launcher"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage",
    "*://*.twitch.tv/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{fd17b4d8-b963-4d52-bd2e-b6429e96e83a}"
    }
  }
}

Best Streamlink Launcher for Twitch Alternatives

Here are some Firefox add-ons that are similar to Streamlink Launcher for Twitch: