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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |