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" ] } |