Jitsi desktop streamer for Beautiful Rising

Enable screen sharing for Beautiful Rising's jitsi meet page

What is Jitsi desktop streamer for Beautiful Rising?

Jitsi desktop streamer for Beautiful Rising is a Chrome extension developed by https://beautifulrising.org, and its main feature is "Enable screen sharing for Beautiful Rising's jitsi meet page".

Extension Screenshots

screenshot

Download Jitsi desktop streamer for Beautiful Rising Extension CRX File

Download Jitsi desktop streamer for Beautiful Rising 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

                        If you've been instructed to install an extension to share your screen during video conferences for the Beautiful Rising project, you've found the correct extension. If you're looking for anything else, this isn't it.                    

Extension Basic Information

Name Jitsi desktop streamer for Beautiful Rising Jitsi desktop streamer for Beautiful Rising
ID feblndkkkcojdijcmdkghckpgjmcjnbd
Official URL https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd
Description Enable screen sharing for Beautiful Rising's jitsi meet page
File Size 35.43 KB
Installation Count 1,815
Current Version 0.1.5
Last Updated 2015-01-26
Publish Date 2015-01-25
Developer https://beautifulrising.org
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi desktop streamer for Beautiful Rising",
    "description": "Enable screen sharing for Beautiful Rising's jitsi meet page",
    "version": "0.1.5",
    "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": [
            "https:\/\/*.beautifulrising.org\/*"
        ]
    }
}