WebCast
Finds videos in the web page you're on and allows to send them to Chromecast.
WebCast란 무엇입니까?
WebCast은(는) http://web-cast.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds videos in the web page you're on and allows to send them to Chromecast."입니다.
확장 프로그램 스크린샷
WebCast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WebCast extension detects video files in .mp4 format that are played on the page, and allow to send them to ChromeCast device. Whenever extension detects supported video file being played on the page, it will add page action to your omibox that allows to play video on Chrome Cast device. This version of plugin opens video file in external website, that has video player supporting ChromeCast.
확장 프로그램 기본 정보
이름 | |
ID | gmenldaghgogpiajaipajaphcjbankna |
공식 URL | https://chrome.google.com/webstore/detail/webcast/gmenldaghgogpiajaipajaphcjbankna |
설명 | Finds videos in the web page you're on and allows to send them to Chromecast. |
파일 크기 | 59.49 KB |
설치 횟수 | 29,751 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2014-06-02 |
출시 날짜 | 2014-06-02 |
평점 | 3.64/5 총 160 개의 평점 |
개발자 | http://web-cast.appspot.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebCast", "short_name": "WebCast", "version": "0.2.1", "description": "Finds videos in the web page you're on and allows to send them to Chromecast.", "icons": { "128": "data\/icon128.png", "16": "data\/icon16.png", "48": "data\/icon48.png" }, "background": { "page": "background.html" }, "page_action": { "default_name": "Web cast", "default_icon": { "19": "data\/icon19.png", "38": "data\/icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_security_policy": "default-src 'self'; media-src http:\/\/*:* https:\/\/*:*; img-src 'self' 'unsafe' 'unsafe-inline' data: ;style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self'; connect-src 'self' http:\/\/*:* https:\/\/*:* ws:\/\/*:*; font-src http:\/\/themes.googleusercontent.com; object-src 'none'", "web_accessible_resources": [ "castApp.js", "popup.html", "popup.js", "\/data\/noimage.jpg" ], "manifest_version": 2 } |