Wireless Audio Transfer

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

What is Wireless Audio Transfer?

Wireless Audio Transfer is a Chrome extension developed by Eddy Gao, and its main feature is "This extension allows you to play tab audio on another device.".

Download Wireless Audio Transfer Extension CRX File

Download Wireless Audio Transfer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Wireless Audio Transfer Wireless Audio Transfer
ID hejfpdgcmoginlelejbbbaemjddjnmoc
Official URL https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc
Description This extension allows you to play tab audio on another device.
File Size 57.21 KB
Installation Count 660
Current Version 1.0
Last Updated 2016-05-18
Publish Date 2016-05-18
Rating 2.33/5 Total 3 Ratings
Developer Eddy Gao
Email [email protected]
Payment Type free
Extension Website http://wat.hpp3.com/
Supported Languages 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"
}