Hyper Meet Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge.
What is Hyper Meet Desktop Streamer?
Hyper Meet Desktop Streamer is a Chrome extension developed by https://meet.indo.vision, and its main feature is "A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge.".
Extension Screenshots
Download Hyper Meet Desktop Streamer Extension CRX File
Download Hyper Meet 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
Extension Basic Information
Name | |
ID | mjgflddefmlbmpmcebpgbooknnnbbggj |
Official URL | https://chromewebstore.google.com/detail/hyper-meet-desktop-stream/mjgflddefmlbmpmcebpgbooknnnbbggj |
Description | A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge. |
File Size | 15.15 KB |
Installation Count | 109 |
Current Version | 0.1.0 |
Last Updated | 2015-07-14 |
Publish Date | 2015-07-14 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://meet.indo.vision |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyper Meet Desktop Streamer", "description": "A simple extension that allows you to stream your desktop into meetings with hyper Meet and Jitsi Videobridge.", "version": "0.1.0", "minimum_chrome_version": "34", "icons": { "16": "logo-16x16.png", "48": "logo-48x48.png", "128": "logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/meet.indo.vision\/*" ] } } |