WAT
This script sends tab audio to an Android device
Was ist WAT?
WAT ist eine Chrome-Erweiterung, die von jasonshao8 entwickelt wurde, und ihr Hauptmerkmal ist "This script sends tab audio to an Android device".
WAT-Erweiterungs-CRX-Datei herunterladen
Laden Sie WAT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | agiccfedafoadleabfjjoepofialejfg |
Offizielle URL | https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg |
Beschreibung | This script sends tab audio to an Android device |
Dateigröße | 56.97 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.2 |
Letztes Update | 2016-05-18 |
Veröffentlichungsdatum | 2016-05-18 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | jasonshao8 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |