hulucaster
Make it easy to stream hulu to chromecast
hulucaster란 무엇입니까?
hulucaster은(는) todderick에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make it easy to stream hulu to chromecast"입니다.
확장 프로그램 스크린샷
hulucaster 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This app is designed to make it so that you can cast hulu videos to chromecast. Simply install the extension and open a video as normal on hulu. It should open into a video that will take up the full tab, thus making it cast to chromecast correctly. You may need to resize the tab to get rid of black bars, but that's easier than the hoops you used to need to jump hoop. Thumbnails should have a green background behind the link text when this is active.
확장 프로그램 기본 정보
이름 | |
ID | ncmhcdaegklmjppblhhdhfallpbielal |
공식 URL | https://chrome.google.com/webstore/detail/hulucaster/ncmhcdaegklmjppblhhdhfallpbielal |
설명 | Make it easy to stream hulu to chromecast |
파일 크기 | 103 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2014-04-22 |
출시 날짜 | 2014-04-22 |
평점 | 2.85/5 총 20 개의 평점 |
개발자 | todderick |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://thpcod.es/hulucastable |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "hulucaster", "version": "0.1.0", "description": "Make it easy to stream hulu to chromecast", "content_scripts": [ { "matches": [ "*:\/\/*.hulu.com\/*", "*:\/\/hulu.com\/*" ], "js": [ "jquery.min.js", "hulucastable_extension.js" ], "all_frames": true } ], "web_accessible_resources": [ "jquery.min.map" ], "permissions": [ "tabs", "*:\/\/*\/*" ], "homepage_url": "http:\/\/thpcod.es\/hulucaster", "author": "Todd H. Page", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "257": "icon257.png" } } |