YouTube Remote control
Allows you to control YouTube running on your browser from your phone or whatever mobile device.)
YouTube Remote control란 무엇입니까?
YouTube Remote control은(는) Wrybread에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to control YouTube running on your browser from your phone or whatever mobile device.)"입니다.
확장 프로그램 스크린샷
YouTube Remote control 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This lets you load youtube.com/tv so you can remote control YouTube from your phone or other mobile device. To use: - Open youtube.com/tv and click the Settings icon, then "link with TV code" and it'll show you a code. - Open the YouTube app on your phone and go to Settings > Watch on TV > Enter TV Code and enter that code and press the "link" button. - Or in theory, if you're on the same wifi network, you can simply open the YouTube app on your phone and have the cast icon appear even without manually linking, but this doesn't work as reliably. After linking, whatever you play in the YouTube app on your phone will play in the YouTube window on your laptop or desktop. Whoo hoo! To stop casting, click the Cast icon again and choose "disconnect". Troubleshooting: if it doesn't work or stops working: in the youtube.com/tv browser window go to Settings > Linked Devices and click "unlink all devices". And on your mobile device kill and relaunch the YouTube app and repeat the steps above.
확장 프로그램 기본 정보
이름 | YouTube Remote control |
ID | lngnccmhganinbandhoogjlmpkakmldi |
공식 URL | https://chromewebstore.google.com/detail/youtube-remote-control/lngnccmhganinbandhoogjlmpkakmldi |
설명 | Allows you to control YouTube running on your browser from your phone or whatever mobile device.) |
파일 크기 | 16.76 KB |
설치 횟수 | 12,988 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-10-07 |
출시 날짜 | 2021-10-07 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | Wrybread |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://gizmoware.net/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Remote control", "short_name": "youtube-remote-control", "description": "Allows you to control YouTube running on your browser from your phone or whatever mobile device.)", "version": "1.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] } } |