Wireless Audio Transfer

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

Wat is Wireless Audio Transfer?

Wireless Audio Transfer is een Chrome-extensie ontwikkeld door Eddy Gao, en de belangrijkste functie is "This extension allows you to play tab audio on another device.".

Download het CRX-bestand van de extensie Wireless Audio Transfer

Download Wireless Audio Transfer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Wireless Audio Transfer Wireless Audio Transfer
ID hejfpdgcmoginlelejbbbaemjddjnmoc
Officiële URL https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc
Beschrijving This extension allows you to play tab audio on another device.
Bestandsgrootte 57.21 KB
Aantal Installaties 660
Huidige Versie 1.0
Laatst Bijgewerkt 2016-05-18
Publicatiedatum 2016-05-18
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Eddy Gao
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://wat.hpp3.com/
Ondersteunde Talen 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"
}