OPEN IN VLC™ MEDIA PLAYER

OPEN IN VLC™ MEDIA PLAYER

Send audio and video streams directly to the well-known VLC™ media player * (Requires native client download)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OPEN IN VLC™ MEDIA PLAYER",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.0.2",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "contextMenus",
    "nativeMessaging",
    "webRequest",
    "*://*/*.m3u8*",
    "*://*/*.mpd*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "common.js"
    ]
  },
  "homepage_url": "https://asaraha.com/deltapps/",
  "icons": {
    "16": "data/icons/16.png",
    "19": "data/icons/19.png",
    "32": "data/icons/32.png",
    "38": "data/icons/38.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png",
    "512": "data/icons/512.png"
  },
  "options_ui": {
    "page": "data/options/index.html",
    "chrome_style": true
  },
  "page_action": {
    "default_title": "__MSG_page_action__"
  },
  "web_accessible_resources": [
    "/data/inject/*",
    "/data/inject/index.js",
    "/data/web/*",
    "/data/web/open.html",
    "/data/web/play.html",
    "/data/",
    "data/p/index.html",
    "128.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}