Bandcast
Listen to Bandcamp music on your TV via Chromecast
Bandcastとは何ですか?
BandcastはHiroki Satoによって開発されたChromeの拡張機能で、その主な機能は「Listen to Bandcamp music on your TV via Chromecast」です。
拡張機能のスクリーンショット
Bandcast拡張機能のCRXファイルをダウンロード
Bandcast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Bandcast is a Chrome extension that enables you to listen to your Bandcamp music on your TV via Chromecast. Requires : Chromecast and the Google Cast extension. Need more information? Please visit Website.
拡張機能の基本情報
名前 | Bandcast |
ID | jlbdldmegomhlplbfkinpkfffdhcpdmm |
公式URL | https://chromewebstore.google.com/detail/bandcast/jlbdldmegomhlplbfkinpkfffdhcpdmm |
説明 | Listen to Bandcamp music on your TV via Chromecast |
ファイルサイズ | 141 KB |
インストール数 | 1,323 |
現在のバージョン | 0.0.4 |
最終更新日 | 2015-02-10 |
公開日 | 2015-02-09 |
評価 | 3.89/5 合計 27 レビュー |
開発者 | Hiroki Sato |
支払い方法 | free |
拡張機能のウェブサイト | http://skahack.github.io/cast-bandcamp/ |
ヘルプページのURL | https://github.com/SKAhack/cast-bandcamp/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bandcast", "description": "Listen to Bandcamp music on your TV via Chromecast", "version": "0.0.4", "author": "Hiroki Sato", "content_scripts": [ { "matches": [ "*:\/\/*.bandcamp.com\/album\/*" ], "js": [ "index.js" ] } ], "web_accessible_resources": [ "sender.js", "*.png" ] } |