DRCast
Cast DR TV programs to your Chromecast easily!
DRCast란 무엇입니까?
DRCast은(는) https://kadoo.dk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cast DR TV programs to your Chromecast easily!"입니다.
확장 프로그램 스크린샷
DRCast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is the first version of the app. In the following version the support for live TV will be added. This is not an official app developed by DR and I have no association with DR other than I pay my taxes ;) In order for this to work, just browse to the program you want to see, then click the chromecast buttton and select your chromecast device. You need to have the Google Cast app installed as well (https://chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd). This app is dedicated to Pernille and Jeppe ;) Please send feature requests and any errors to me so I can fix them.
확장 프로그램 기본 정보
이름 | DRCast |
ID | jifnokgbglfegkimjdociknefoaapfpe |
공식 URL | https://chromewebstore.google.com/detail/drcast/jifnokgbglfegkimjdociknefoaapfpe |
설명 | Cast DR TV programs to your Chromecast easily! |
파일 크기 | 49.08 KB |
설치 횟수 | 2,257 |
현재 버전 | 1.1 |
최근 업데이트 | 2015-03-04 |
출시 날짜 | 2015-03-04 |
평점 | 4.00/5 총 25 개의 평점 |
개발자 | https://kadoo.dk |
결제 유형 | free |
지원되는 언어 | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DRCast", "version": "1.1", "description": "Cast DR TV programs to your Chromecast easily!", "content_scripts": [ { "matches": [ "http:\/\/www.dr.dk\/tv\/se\/*", "https:\/\/www.dr.dk\/tv\/se\/*" ], "js": [ "content_script.js" ], "css": [ "css\/dr-cast-styles.css" ] } ], "icons": { "48": "images\/logo-small-48.png", "128": "images\/logo-small-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "drcast.js", "external\/cast_sender.js", "external\/sprintf.js", "external\/jquery-1.11.2.min.js" ] } |