Wireless Audio Transfer

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

Wireless Audio Transfer란 무엇입니까?

Wireless Audio Transfer은(는) Eddy Gao에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to play tab audio on another device."입니다.

Wireless Audio Transfer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}