SY Jitsi Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
What is SY Jitsi Desktop Streamer?
SY Jitsi Desktop Streamer is a Chrome extension developed by Unknown, and its main feature is "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.".
Extension Screenshots
Download SY Jitsi Desktop Streamer Extension CRX File
Download SY Jitsi Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Extension Basic Information
Name | SY Jitsi Desktop Streamer |
ID | gdkiboeickfcfheklfoicledcpodfild |
Official URL | https://chromewebstore.google.com/detail/sy-jitsi-desktop-streamer/gdkiboeickfcfheklfoicledcpodfild |
Description | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
File Size | 36.11 KB |
Installation Count | 253 |
Current Version | 0.1.6 |
Last Updated | 2018-07-01 |
Publish Date | 2018-07-01 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://meet.goshenyun.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SY Jitsi Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.goshenyun.com\/*" ] } } |