UstCast

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

什么是UstCast?

UstCast是由queile开发的Chrome扩展程序,该扩展的主要功能是“Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast”。

下载UstCast扩展crx文件

下载UstCast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Add Button that cast Ustream to Chromecast 


https://github.com/queile/UstCast                    

扩展基本信息

名称 UstCast UstCast
ID gfifnfbodcaahmnhjddpnmggmmpljcpb
官方URL https://chrome.google.com/webstore/detail/ustcast/gfifnfbodcaahmnhjddpnmggmmpljcpb
简介 Add Button that cast Ustream to Chromecast https://github.com/queile/UstCast
文件大小 4.48 KB
安装次数 40
当前版本 1.0
更新时间 2014-10-05
上架时间 2014-10-05
开发者 queile
付费类型 free
支持的语言 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"
    ]
}