WAT

This script sends tab audio to an Android device

Co to jest WAT?

WAT to rozszerzenie Chrome opracowane przez jasonshao8, a jego główną funkcją jest „This script sends tab audio to an Android device”.

Pobierz plik CRX rozszerzenia WAT

Pobierz pliki rozszerzeń WAT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WAT WAT
ID agiccfedafoadleabfjjoepofialejfg
Oficjalny URL https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg
Opis This script sends tab audio to an Android device
Rozmiar pliku 56.97 KB
Liczba instalacji 43
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-05-18
Data Publikacji 2016-05-18
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper jasonshao8
Typ Płatności free
Obsługiwane Języki 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"
}