Adaptive Bitrate Manifest Viewer

Adaptive Bitrate Manifest Viewer

View HLS m3u8, MPEG Dash, and SMIL manifests in Chrome with syntax highlighting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Adaptive Bitrate Manifest Viewer",
  "version": "0.9.1",
  "description": "View HLS m3u8, MPEG Dash, and SMIL manifests in Chrome with syntax highlighting.",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "images/hls.png"
  },
  "manifest_version": 2
}