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 |
官方網址 | 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" ] } |