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 |
电子邮箱 | [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" } |