WebRTC Desktop Streamer
A simple extension that allows you to stream your desktop or window into meetings.
What is WebRTC Desktop Streamer?
WebRTC Desktop Streamer is a Chrome extension developed by https://meet.akademia.no, and its main feature is "A simple extension that allows you to stream your desktop or window into meetings.".
Download WebRTC Desktop Streamer Extension CRX File
Download WebRTC 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
This extension allows you to stream your desktop or a selected window into multi-party meetings on meet.akademia.no.
Extension Basic Information
Name | |
ID | nnfbbbbfdhdmpgjkphcnnjnmbjmlifdo |
Official URL | https://chrome.google.com/webstore/detail/webrtc-desktop-streamer/nnfbbbbfdhdmpgjkphcnnjnmbjmlifdo |
Description | A simple extension that allows you to stream your desktop or window into meetings. |
File Size | 9.97 KB |
Installation Count | 29 |
Current Version | 0.1.0 |
Last Updated | 2014-06-18 |
Publish Date | 2014-06-18 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://meet.akademia.no |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "A simple extension that allows you to stream your desktop or window into meetings.", "externally_connectable": { "matches": [ "*:\/\/uninett.no\/*", "*:\/\/meet.uninett.no\/*", "*:\/\/akademia.no\/*", "*:\/\/meet.akademia.no\/*", "*:\/\/meet.leira.no\/*", "*:\/\/meet.fosstveit.no\/*" ] }, "icons": { "128": "meet-logo-128x128.png", "16": "meet-logo-16x16.png", "48": "meet-logo-48x48.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "WebRTC Desktop Streamer", "permissions": [ "desktopCapture" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0" } |