Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
ما هو Vibe Desktop Streamer؟
Vibe Desktop Streamer هو إضافة Chrome تم تطويرها بواسطة https://ltt096-36.science.upjs.sk/webrtc/dist، والميزة الرئيسية لها هي "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".
تحميل ملف CRX للإضافة Vibe Desktop Streamer
قم بتنزيل ملفات الامتداد Vibe Desktop Streamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
الوصف | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
حجم الملف | 8.36 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2018-05-15 |
تاريخ النشر | 2018-05-15 |
المطور | https://ltt096-36.science.upjs.sk/webrtc/dist |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.", "externally_connectable": { "matches": [ "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*", "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*", "*:\/\/vibe.ezuce.com\/webrtc\/*" ] }, "icons": { "128": "viewme-logo-128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "Vibe Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0" } |