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.”。

擴展截圖

screenshot

下載Youtube Output Devices擴展crx文件

下載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
官方網址 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"
    }
}