Wireless Audio Transfer
This extension allows you to play tab audio on another device.
Wireless Audio Transferとは何ですか?
Wireless Audio TransferはEddy Gaoによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to play tab audio on another device.」です。
Wireless Audio Transfer拡張機能のCRXファイルをダウンロード
Wireless Audio Transfer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to send audio from a Chrome tab to another device (e.g. an Android device or another computer). Just click the extension button to create a room, then visit the provided URL and enter the room code in order to connect. Multiple users can connect to the same room simultaneously. Use cases: - your computer doesn't have working speakers - you and a friend both want to hear the audio through your own earbuds - you want to use earbuds but sit far away from your computer
拡張機能の基本情報
名前 | |
ID | hejfpdgcmoginlelejbbbaemjddjnmoc |
公式URL | https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc |
説明 | This extension allows you to play tab audio on another device. |
ファイルサイズ | 57.21 KB |
インストール数 | 660 |
現在のバージョン | 1.0 |
最終更新日 | 2016-05-18 |
公開日 | 2016-05-18 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | Eddy Gao |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://wat.hpp3.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wireless Audio Transfer", "icons": { "128": "icon.png" }, "permissions": [ "tabCapture", "*:\/\/159.203.114.155\/*" ], "background": { "scripts": [ "socket.io.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "description": "This extension allows you to play tab audio on another device.", "version": "1.0" } |