Wireless Audio Transfer

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

Что такое Wireless Audio Transfer?

Wireless Audio Transfer - это расширение Chrome, разработанное Eddy Gao, и его основная функция - "This extension allows you to play tab audio on another device.".

Скачать файл CRX расширения Wireless Audio Transfer

Скачайте файлы расширений Wireless Audio Transfer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Wireless Audio Transfer Wireless Audio Transfer
ID hejfpdgcmoginlelejbbbaemjddjnmoc
Официальный URL https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc
Описание This extension allows you to play tab audio on another device.
Размер файла 57.21 KB
Количество установок 660
Текущая Версия 1.0
Последнее Обновление 2016-05-18
Дата публикации 2016-05-18
Рейтинг 2.33/5 Всего 3 оценок
Разработчик Eddy Gao
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://wat.hpp3.com/
Поддерживаемые языки 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"
}