The m3u8 Stream Detector

The m3u8 Stream Detector

Formerly known as The Stream Detector Ver.2.12 Formerly known as HLS Stream Detector. Detects M3U8/MPD/F4M/ISM playlists and VTT subtitles used by HLS/DASH/HDS/MSS streams. Assembles readymade youtube-dl/FFmpeg/Streamlink/hlsdl commands.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extText__",
  "manifest_version": 2,
  "name": "The m3u8 Stream Detector",
  "default_locale": "en",
  "version": "2.1.4",
  "permissions": [
    "webRequest",
    "*://*/*.m3u8",
    "*://*/*.m3u8?*",
    "notifications",
    "clipboardWrite",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "img/icon-dark-16.png",
    "48": "img/icon-dark-48.png",
    "96": "img/icon-dark-96.png"
  },
  "options_ui": {
    "browser_style": true,
    "open_in_tab": false,
    "page": "options/options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "The m3u8 Stream Detector",
    "default_popup": "popup/popup.html",
    "theme_icons": [
      {
        "dark": "img/icon-dark-96.png",
        "light": "img/icon-light-96.png",
        "size": 96
      },
      {
        "dark": "img/icon-dark-48.png",
        "light": "img/icon-light-48.png",
        "size": 48
      },
      {
        "dark": "img/icon-dark-16.png",
        "light": "img/icon-light-16.png",
        "size": 16
      }
    ]
  }
}