UstCast

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

What is UstCast?

UstCast is a Chrome extension developed by queile, and its main feature is "Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast".

Download UstCast Extension CRX File

Download UstCast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Add Button that cast Ustream to Chromecast 


https://github.com/queile/UstCast                    

Extension Basic Information

Name UstCast UstCast
ID gfifnfbodcaahmnhjddpnmggmmpljcpb
Official URL https://chrome.google.com/webstore/detail/ustcast/gfifnfbodcaahmnhjddpnmggmmpljcpb
Description Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast
File Size 4.48 KB
Installation Count 40
Current Version 1.0
Last Updated 2014-10-05
Publish Date 2014-10-05
Developer queile
Payment Type free
Supported Languages ja
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"
    ]
}