Wireless Audio Transfer

This extension allows you to play tab audio on another device.

Cos'è Wireless Audio Transfer?

Wireless Audio Transfer è un'estensione di Chrome sviluppata da Eddy Gao, e la sua funzione principale è "This extension allows you to play tab audio on another device.".

Scarica il file CRX dell'estensione Wireless Audio Transfer

Scarica i file di estensione Wireless Audio Transfer 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

                        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                    

Informazioni di Base sull'Estensione

Nome Wireless Audio Transfer Wireless Audio Transfer
ID hejfpdgcmoginlelejbbbaemjddjnmoc
URL Ufficiale https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc
Descrizione This extension allows you to play tab audio on another device.
Dimensione del File 57.21 KB
Conteggio Installazioni 660
Versione Corrente 1.0
Ultimo Aggiornamento 2016-05-18
Data di Pubblicazione 2016-05-18
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Eddy Gao
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://wat.hpp3.com/
Lingue Supportate 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"
}