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