Bandcast
Listen to Bandcamp music on your TV via Chromecast
Wat is Bandcast?
Bandcast is een Chrome-extensie ontwikkeld door Hiroki Sato, en de belangrijkste functie is "Listen to Bandcamp music on your TV via Chromecast".
Extensie Screenshots
Download het CRX-bestand van de extensie Bandcast
Download Bandcast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Bandcast |
ID | jlbdldmegomhlplbfkinpkfffdhcpdmm |
Officiële URL | https://chromewebstore.google.com/detail/bandcast/jlbdldmegomhlplbfkinpkfffdhcpdmm |
Beschrijving | Listen to Bandcamp music on your TV via Chromecast |
Bestandsgrootte | 141 KB |
Aantal Installaties | 1,323 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2015-02-10 |
Publicatiedatum | 2015-02-09 |
Beoordeling | 3.89/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Hiroki Sato |
Betalingswijze | free |
Extensiewebsite | http://skahack.github.io/cast-bandcamp/ |
Help Pagina-URL | https://github.com/SKAhack/cast-bandcamp/issues |
Ondersteunde Talen | 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" ] } |