Riot.im Screen Sharing

Share your desktop in Riot.im video conferences.

What is Riot.im Screen Sharing?

Riot.im Screen Sharing is a Chrome extension developed by https://jitsi.riot.im, and its main feature is "Share your desktop in Riot.im video conferences.".

Extension Screenshots

screenshot

Download Riot.im Screen Sharing Extension CRX File

Download Riot.im Screen Sharing 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 share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.                    

Extension Basic Information

Name Riot.im Screen Sharing Riot.im Screen Sharing
ID ehgcnaneidbjcmblghjepmamomchgahd
Official URL https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd
Description Share your desktop in Riot.im video conferences.
File Size 16.8 KB
Installation Count 1,316
Current Version 0.1.6
Last Updated 2017-07-06
Publish Date 2017-07-06
Rating 3.00/5 Total 2 Ratings
Developer https://jitsi.riot.im
Payment Type free
Extension Website https://riot.im/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Riot.im Screen Sharing",
    "description": "Share your desktop in Riot.im video conferences.",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "riot-logo-16x16.png",
        "48": "riot-logo-48x48.png",
        "128": "riot.im-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/riot.im\/*",
            "*:\/\/*.riot.im\/*"
        ]
    }
}