WAT

This script sends tab audio to an Android device

Cos'è WAT?

WAT è un'estensione di Chrome sviluppata da jasonshao8, e la sua funzione principale è "This script sends tab audio to an Android device".

Scarica il file CRX dell'estensione WAT

Scarica i file di estensione WAT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WAT WAT
ID agiccfedafoadleabfjjoepofialejfg
URL Ufficiale https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg
Descrizione This script sends tab audio to an Android device
Dimensione del File 56.97 KB
Conteggio Installazioni 43
Versione Corrente 1.2
Ultimo Aggiornamento 2016-05-18
Data di Pubblicazione 2016-05-18
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore jasonshao8
Tipo di Pagamento free
Lingue Supportate 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"
}