WAT
This script sends tab audio to an Android device
ما هو WAT؟
WAT هو إضافة Chrome تم تطويرها بواسطة jasonshao8، والميزة الرئيسية لها هي "This script sends tab audio to an Android device".
تحميل ملف CRX للإضافة WAT
قم بتنزيل ملفات الامتداد WAT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Have you ever wanted to watch a video on your computer, but be able to move around? Now you can with WAT, Wireless Audio Transmitter. You can simply use this extension to capture your computer's audio and transmit it directly to your phone. It can be set up in less than 30 seconds and the audio channels are secured by access codes. Multiple clients are also supported so you and your friends can listen with individual headphones without disturbing those around you.
معلومات أساسية عن التمديد
الاسم | |
ID | agiccfedafoadleabfjjoepofialejfg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/agiccfedafoadleabfjjoepofialejfg |
الوصف | This script sends tab audio to an Android device |
حجم الملف | 56.97 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-05-18 |
تاريخ النشر | 2016-05-18 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | jasonshao8 |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WAT", "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 script sends tab audio to an Android device", "version": "1.2" } |