The Stream Detector

The Stream Detector

This addon provides an easy way to keep track of manifests and subtitles used by various streaming protocols. Also allows for detecting custom file types and downloading media files.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "The Stream Detector",
  "version": "2.11.7",
  "description": "__MSG_extText__",
  "manifest_version": 2,
  "default_locale": "en",
  "permissions": [
    "<all_urls>",
    "clipboardWrite",
    "downloads",
    "notifications",
    "storage",
    "tabs",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background.7cce1565.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icon-dark-16.d158b7cb.png",
    "48": "icon-dark-48.3050a510.png",
    "96": "icon-dark-96.4236c605.png"
  },
  "commands": {
    "open-popup": {
      "description": "__MSG_openPopup__"
    },
    "open-sidebar": {
      "description": "__MSG_openSidebar__"
    }
  },
  "options_ui": {
    "page": "options.6928aeba.html"
  },
  "browser_action": {
    "default_title": "The Stream Detector",
    "default_popup": "popup.3b312a05.html",
    "default_icon": {
      "16": "icon-dark-16.d158b7cb.png",
      "48": "icon-dark-48.3050a510.png"
    },
    "theme_icons": [
      {
        "dark": "icon-dark-96.4236c605.png",
        "light": "icon-light-96.157f7b85.png",
        "size": 96
      },
      {
        "dark": "icon-dark-48.3050a510.png",
        "light": "icon-light-48.40e4ad95.png",
        "size": 48
      },
      {
        "dark": "icon-dark-16.d158b7cb.png",
        "light": "icon-light-16.738042ec.png",
        "size": 16
      }
    ]
  },
  "sidebar_action": {
    "default_title": "The Stream Detector",
    "default_panel": "sidebar.fd07d287.html",
    "default_icon": {
      "16": "icon-dark-16.d158b7cb.png",
      "48": "icon-dark-48.3050a510.png"
    },
    "open_at_install": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@m3u8link"
    }
  }
}