Wireless Audio Transfer
This extension allows you to play tab audio on another device.
Wireless Audio Transfer क्या है?
Wireless Audio Transfer Eddy Gao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to play tab audio on another device."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wireless Audio Transfer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |