LocalChromecast Player

LocalChromecast Player

Local video player with subtitles (srt) for Chromecast (and more). Features: - offline support - play your local file in Chrome,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LocalChromecast Player",
  "version": "1.7.1",
  "manifest_version": 2,
  "icons": {
    "16": "camera.png",
    "128": "camera.png"
  },
  "app": {
    "urls": [
      "https://subtitlevideoplayer.appspot.com/static/ChromeOsSubtitle/src/"
    ],
    "launch": {
      "web_url": "https://subtitlevideoplayer.appspot.com/static/ChromeOsSubtitle/src/index.html"
    }
  },
  "offline_enabled": true
}