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是由https://ltt096-36.science.upjs.sk/webrtc/dist開發的Chrome擴展程式,該擴展的主要功能是“A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.”。
下載Vibe Desktop Streamer擴展crx文件
下載Vibe Desktop Streamer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
官方網址 | 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" } |