WAT

This script sends tab audio to an Android device

Qu'est-ce que WAT ?

WAT est une extension Chrome développée par jasonshao8, et sa fonction principale est "This script sends tab audio to an Android device".

Télécharger le fichier CRX de l'extension WAT

Téléchargez les fichiers d'extension WAT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WAT WAT
ID agiccfedafoadleabfjjoepofialejfg
URL Officiel https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg
Description This script sends tab audio to an Android device
Taille du Fichier 56.97 KB
Nombre d'Installations 43
Version Actuelle 1.2
Dernière Mise à Jour 2016-05-18
Date de Publication 2016-05-18
Évaluation 4.00/5 Total 1 Évaluations
Développeur jasonshao8
Type de Paiement free
Langues Prises en Charge 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"
}