OUI9 HLS PLAYER M3U8

OUI9 HLS PLAYER M3U8

Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "OUI9 HLS PLAYER M3U8"
  },
  "description": "Oui9, hls, m3u8, online tv, m3u, flv, Player m3u8 hls player, hls m3u8, hls extentio",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 2,
  "name": "OUI9 HLS PLAYER M3U8",
  "permissions": [
    "*://*/*.m3u8*",
    "*://*/*.mpd*",
    "webRequest",
    "webRequestBlocking",
    "webRequest",
    "<all_urls>"
  ],
  "version": "2.0",
  "minimum_chrome_version": "23",
  "web_accessible_resources": [
    "oui9.html",
    "128.png",
    "128c.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}