M3U8 Downloader

M3U8 Downloader

You can download m3u8 live stream video.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "M3U8 Downloader",
  "version": "1.3.1",
  "description": "You can download m3u8 live stream video.",
  "action": {
    "default_icon": {
      "128": "icon/icon128.png"
    },
    "default_title": "M3U8 Downloader"
  },
  "icons": {
    "16": "icon/icon16.png",
    "64": "icon/icon64.png",
    "128": "icon/icon128.png"
  },
  "options_ui": {
    "page": "src/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "host_permissions": [
    "https://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}