UstCast

UstCast

Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "UstCast",
  "manifest_version": 2,
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "http://www.ustream.tv/channel/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "ustcast.js"
  ]
}