WAT
This script sends tab audio to an Android device
Что такое WAT?
WAT - это расширение Chrome, разработанное jasonshao8, и его основная функция - "This script sends tab audio to an Android device".
Скачать файл CRX расширения WAT
Скачайте файлы расширений WAT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Have you ever wanted to watch a video on your computer, but be able to move around? Now you can with WAT, Wireless Audio Transmitter. You can simply use this extension to capture your computer's audio and transmit it directly to your phone. It can be set up in less than 30 seconds and the audio channels are secured by access codes. Multiple clients are also supported so you and your friends can listen with individual headphones without disturbing those around you.
Основная информация о расширении
Название | |
ID | agiccfedafoadleabfjjoepofialejfg |
Официальный URL | https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg |
Описание | This script sends tab audio to an Android device |
Размер файла | 56.97 KB |
Количество установок | 43 |
Текущая Версия | 1.2 |
Последнее Обновление | 2016-05-18 |
Дата публикации | 2016-05-18 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | jasonshao8 |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WAT", "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 script sends tab audio to an Android device", "version": "1.2" } |