WAT

This script sends tab audio to an Android device

Wat is WAT?

WAT is een Chrome-extensie ontwikkeld door jasonshao8, en de belangrijkste functie is "This script sends tab audio to an Android device".

Download het CRX-bestand van de extensie WAT

Download WAT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WAT WAT
ID agiccfedafoadleabfjjoepofialejfg
Officiële URL https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg
Beschrijving This script sends tab audio to an Android device
Bestandsgrootte 56.97 KB
Aantal Installaties 43
Huidige Versie 1.2
Laatst Bijgewerkt 2016-05-18
Publicatiedatum 2016-05-18
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jasonshao8
Betalingswijze free
Ondersteunde Talen 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"
}