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
拡張機能の基本情報
名前 | ![]() |
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" ] } |