Bandcast
Listen to Bandcamp music on your TV via Chromecast
Cos'è Bandcast?
Bandcast è un'estensione di Chrome sviluppata da Hiroki Sato, e la sua funzione principale è "Listen to Bandcamp music on your TV via Chromecast".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bandcast
Scarica i file di estensione Bandcast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Bandcast |
ID | jlbdldmegomhlplbfkinpkfffdhcpdmm |
URL Ufficiale | https://chromewebstore.google.com/detail/bandcast/jlbdldmegomhlplbfkinpkfffdhcpdmm |
Descrizione | Listen to Bandcamp music on your TV via Chromecast |
Dimensione del File | 141 KB |
Conteggio Installazioni | 1,323 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-02-10 |
Data di Pubblicazione | 2015-02-09 |
Valutazione | 3.89/5 Totale 27 Valutazioni |
Sviluppatore | Hiroki Sato |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://skahack.github.io/cast-bandcamp/ |
URL della Pagina di Aiuto | https://github.com/SKAhack/cast-bandcamp/issues |
Lingue Supportate | 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" ] } |