Jitsi Desktop Streamer VCC

Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.

What is Jitsi Desktop Streamer VCC?

Jitsi Desktop Streamer VCC is a Chrome extension developed by shwan.ciyako, and its main feature is "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.".

Download Jitsi Desktop Streamer VCC Extension CRX File

Download Jitsi Desktop Streamer VCC 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 is a simple copy of jidesha with custom url for internal testing only. 
Do not install it if you have not been sent here by an adminstrator.                    

Extension Basic Information

Name Jitsi Desktop Streamer VCC Jitsi Desktop Streamer VCC
ID agikdmapedbhblkeijolnojcjgkhoial
Official URL https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-vc/agikdmapedbhblkeijolnojcjgkhoial
Description Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.
File Size 36.09 KB
Installation Count 15
Current Version 0.1.6
Last Updated 2018-04-25
Publish Date 2018-04-25
Developer shwan.ciyako
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi Desktop Streamer VCC",
    "description": "Custom for VCC internal testing. Allows you to stream your desktop with Jitsi Meet.",
    "version": "0.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": [
            "*:\/\/artinfcm.volvocars.net\/*"
        ]
    }
}