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