Damencho Jitsi Desktop
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
What is Damencho Jitsi Desktop?
Damencho Jitsi Desktop is a Chrome extension developed by https://damencho.jitsi.net, 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 Damencho Jitsi Desktop Extension CRX File
Download Damencho Jitsi Desktop 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
Extension Basic Information
Name | Damencho Jitsi Desktop |
ID | inhfdjglnpkieacelahnfambdhkgpkje |
Official URL | https://chromewebstore.google.com/detail/damencho-jitsi-desktop/inhfdjglnpkieacelahnfambdhkgpkje |
Description | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
File Size | 35.35 KB |
Installation Count | 4,207 |
Current Version | 24.1.6 |
Last Updated | 2018-09-24 |
Publish Date | 2018-09-24 |
Rating | 4.75/5 Total 12 Ratings |
Developer | https://damencho.jitsi.net |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Damencho Jitsi Desktop", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "24.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": [ "*:\/\/damencho.jitsi.net\/*" ] } } |