Wireless Audio Transfer
This extension allows you to play tab audio on another device.
Wireless Audio Transfer là gì?
Wireless Audio Transfer là một tiện ích mở rộng Chrome được phát triển bởi Eddy Gao, và tính năng chính của nó là "This extension allows you to play tab audio on another device.".
Tải xuống tệp CRX của tiện ích mở rộng Wireless Audio Transfer
Tải xuống các tệp mở rộng Wireless Audio Transfer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hejfpdgcmoginlelejbbbaemjddjnmoc |
URL Chính Thức | https://chrome.google.com/webstore/detail/wireless-audio-transfer/hejfpdgcmoginlelejbbbaemjddjnmoc |
Mô tả | This extension allows you to play tab audio on another device. |
Kích Thước Tệp | 57.21 KB |
Số Lần Cài Đặt | 660 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-05-18 |
Ngày Phát Hành | 2016-05-18 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Eddy Gao |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://wat.hpp3.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } |