Bandcast
Listen to Bandcamp music on your TV via Chromecast
What is Bandcast?
Bandcast is a Chrome extension developed by Hiroki Sato, and its main feature is "Listen to Bandcamp music on your TV via Chromecast".
Extension Screenshots
Download Bandcast Extension CRX File
Download Bandcast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Bandcast |
ID | jlbdldmegomhlplbfkinpkfffdhcpdmm |
Official URL | https://chromewebstore.google.com/detail/bandcast/jlbdldmegomhlplbfkinpkfffdhcpdmm |
Description | Listen to Bandcamp music on your TV via Chromecast |
File Size | 141 KB |
Installation Count | 1,323 |
Current Version | 0.0.4 |
Last Updated | 2015-02-10 |
Publish Date | 2015-02-09 |
Rating | 3.89/5 Total 27 Ratings |
Developer | Hiroki Sato |
Payment Type | free |
Extension Website | http://skahack.github.io/cast-bandcamp/ |
Help Page URL | https://github.com/SKAhack/cast-bandcamp/issues |
Supported Languages | 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" ] } |