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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BinaryBench และคุณลักษณะหลักของมันคือ "This extension allows you to select an output audio device for each youtube video you are watching."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Output Devices

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Output Devices ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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...)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Output Devices Youtube Output Devices
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"
    }
}