Bandcast

Listen to Bandcamp music on your TV via Chromecast

Bandcast란 무엇입니까?

Bandcast은(는) Hiroki Sato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to Bandcamp music on your TV via Chromecast"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Bandcast 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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