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 |
公式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" } |