Youtube Output Devices
This extension allows you to select an output audio device for each youtube video you are watching.
Youtube Output Devices là gì?
Youtube Output Devices là một tiện ích mở rộng Chrome được phát triển bởi BinaryBench, và tính năng chính của nó là "This extension allows you to select an output audio device for each youtube video you are watching.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Output Devices
Tải xuống các tệp mở rộng Youtube Output Devices dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hecekbdnfioifkbcnemlpnhdfdmgoinj |
URL Chính Thức | https://chrome.google.com/webstore/detail/youtube-output-devices/hecekbdnfioifkbcnemlpnhdfdmgoinj |
Mô tả | This extension allows you to select an output audio device for each youtube video you are watching. |
Kích Thước Tệp | 11.15 KB |
Số Lần Cài Đặt | 2,093 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2017-09-02 |
Ngày Phát Hành | 2017-09-02 |
Đánh Giá | 2.78/5 Tổng số 67 Đánh Giá |
Nhà Phát Triển | BinaryBench |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |