Twitch HLS Player (No Ads) Firefox

Examine source code of Twitch HLS Player (No Ads)

Inspect and view changes in Twitch HLS Player (No Ads) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "version": "1.8.1",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "*://*.twitch.tv/*",
    "*://*.ttvnw.net/*",
    "*://*.kick.com/*",
    "*://*.live-video.net/*"
  ],
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*",
        "*://*.ttvnw.net/*",
        "*://*.kick.com/*",
        "*://*.live-video.net/*"
      ],
      "js": [
        "hls.min.js",
        "content.bundle.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://player.twitch.tv/*"
      ],
      "js": [
        "iframeContent.bundle.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "hls.min.js",
        "iframeContent.bundle.js",
        "icons/*"
      ],
      "matches": [
        "*://*.twitch.tv/*",
        "*://*.ttvnw.net/*",
        "*://*.kick.com/*",
        "*://*.live-video.net/*",
        "*://player.twitch.tv/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon_16x16.png",
    "32": "icons/icon-left_48x48.png",
    "48": "icons/icon_48x48.png",
    "128": "icons/icon.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon_16x16.png",
      "48": "icons/icon_48x48.png"
    },
    "default_title": "__MSG_extension_action_title__",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "twitch-hls-player@rayfungdev.wordpress.com",
      "strict_min_version": "120.0"
    }
  }
}

Best Twitch HLS Player (No Ads) Alternatives

Here are some Firefox add-ons that are similar to Twitch HLS Player (No Ads):