Wireless Audio Transfer
This extension allows you to play tab audio on another device.
Co je Wireless Audio Transfer?
Wireless Audio Transfer je rozšíření Chrome vyvinuté Eddy Gao, a jeho hlavní funkcí je „This extension allows you to play tab audio on another device.“.
Stáhnout soubor CRX rozšíření Wireless Audio Transfer
Stáhněte si soubory rozšíření Wireless Audio Transfer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension allows you to send audio from a Chrome tab to another device (e.g. an Android device or another computer). Just click the extension button to create a room, then visit the provided URL and enter the room code in order to connect. Multiple users can connect to the same room simultaneously. Use cases: - your computer doesn't have working speakers - you and a friend both want to hear the audio through your own earbuds - you want to use earbuds but sit far away from your computer
Základní Informace o Rozšíření
Název | |
ID | hejfpdgcmoginlelejbbbaemjddjnmoc |
Oficiální URL | https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc |
Popis | This extension allows you to play tab audio on another device. |
Velikost souboru | 57.21 KB |
Počet instalací | 660 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-05-18 |
Datum Vydání | 2016-05-18 |
Hodnocení | 2.33/5 Celkem 3 Hodnocení |
Vývojář | Eddy Gao |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://wat.hpp3.com/ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wireless Audio Transfer", "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 extension allows you to play tab audio on another device.", "version": "1.0" } |