WAT
This script sends tab audio to an Android device
什么是WAT?
WAT是由jasonshao8开发的Chrome扩展程序,该扩展的主要功能是“This script sends tab audio to an Android device”。
下载WAT扩展crx文件
下载WAT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have you ever wanted to watch a video on your computer, but be able to move around? Now you can with WAT, Wireless Audio Transmitter. You can simply use this extension to capture your computer's audio and transmit it directly to your phone. It can be set up in less than 30 seconds and the audio channels are secured by access codes. Multiple clients are also supported so you and your friends can listen with individual headphones without disturbing those around you.
扩展基本信息
名称 | |
ID | agiccfedafoadleabfjjoepofialejfg |
官方URL | https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg |
简介 | This script sends tab audio to an Android device |
文件大小 | 56.97 KB |
安装次数 | 43 |
当前版本 | 1.2 |
更新时间 | 2016-05-18 |
上架时间 | 2016-05-18 |
评分 | 4.00/5 共1次评分 |
开发者 | jasonshao8 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WAT", "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 script sends tab audio to an Android device", "version": "1.2" } |