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
公式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
Eメール [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"
    }
}