WAT

This script sends tab audio to an Android device

What is WAT?

WAT is a Chrome extension developed by jasonshao8, and its main feature is "This script sends tab audio to an Android device".

Download WAT Extension CRX File

Download WAT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WAT WAT
ID agiccfedafoadleabfjjoepofialejfg
Official URL https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg
Description This script sends tab audio to an Android device
File Size 56.97 KB
Installation Count 43
Current Version 1.2
Last Updated 2016-05-18
Publish Date 2016-05-18
Rating 4.00/5 Total 1 Ratings
Developer jasonshao8
Payment Type free
Supported Languages 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"
}