Youtube Output Devices
This extension allows you to select an output audio device for each youtube video you are watching.
Youtube Output Devices란 무엇입니까?
Youtube Output Devices은(는) BinaryBench에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to select an output audio device for each youtube video you are watching."입니다.
확장 프로그램 스크린샷
Youtube Output Devices 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to select which device each YouTube video plays to by adding a drop-down right above the video description. Devices are stored per-session, so the device will not reset when the next video is played via auto-play or a playlist. This extension is targeted toward streamers who need to play videos into a specific device. However it is also great for listening to music on your speakers and your headphones at the same time! (I have no idea why'd you do that, but you do you man, you do you...)
확장 프로그램 기본 정보
이름 | |
ID | hecekbdnfioifkbcnemlpnhdfdmgoinj |
공식 URL | https://chrome.google.com/webstore/detail/youtube-output-devices/hecekbdnfioifkbcnemlpnhdfdmgoinj |
설명 | This extension allows you to select an output audio device for each youtube video you are watching. |
파일 크기 | 11.15 KB |
설치 횟수 | 2,093 |
현재 버전 | 0.2 |
최근 업데이트 | 2017-09-02 |
출시 날짜 | 2017-09-02 |
평점 | 2.78/5 총 67 개의 평점 |
개발자 | BinaryBench |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Output Devices", "short_name": "Yt Devices", "version": "0.2", "manifest_version": 2, "description": "This extension allows you to select an output audio device for each youtube video you are watching.", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "http:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "120": "icons\/icon120.png" } } |