Stream Recorder - download HLS as MP4

Stream Recorder - download HLS as MP4

The most popular downloader for Http Live Streaming(HLS)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_manifest_name__",
  "version": "1.3.11",
  "author": "LoadMonkey",
  "description": "__MSG_manifest_description__",
  "homepage_url": "https://www.hlsloader.com/",
  "manifest_version": 2,
  "default_locale": "en",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/action_off_19.png"
    },
    "default_title": "__MSG_manifest_browser_action__"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.hlsloader.com/*rec.html*"
      ],
      "js": [
        "libs/url-toolkit.js",
        "libs/hls.js",
        "js/loader.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/inject.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "128": "images/icon_128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "http://*/*",
    "https://*/*"
  ]
}