VNCtalk Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge).

What is VNCtalk Desktop Streamer?

VNCtalk Desktop Streamer is a Chrome extension developed by vnc.ag.de, and its main feature is "A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge).".

Extension Screenshots

screenshot

Download VNCtalk Desktop Streamer Extension CRX File

Download VNCtalk 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 VNCtalk Desktop Streamer VNCtalk Desktop Streamer
ID ccommbdjhehjihcilflmcdkooamhcncc
Official URL https://chromewebstore.google.com/detail/vnctalk-desktop-streamer/ccommbdjhehjihcilflmcdkooamhcncc
Description A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge).
File Size 928 KB
Installation Count 3,648
Current Version 0.1.19
Last Updated 2019-01-14
Publish Date 2019-01-14
Rating 3.92/5 Total 13 Ratings
Developer vnc.ag.de
Payment Type free
Extension Website http://www.vnc.biz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VNCtalk Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with VNCtalk (Based on Jitsi Meet and Jitsi Videobridge).",
    "version": "0.1.19",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "VNCtalk_zimlet_icon_rgb_16.png",
        "48": "VNCtalk_zimlet_icon_rgb_48.png",
        "128": "VNCtalk_zimlet_icon_rgb_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.jit.si\/*",
            "*:\/\/*.lab1.demo.vnc.de\/*",
            "*:\/\/*.gruene.at\/*",
            "*:\/\/*.ekbo.vnc.biz\/*",
            "*:\/\/*.gemeinsam.ekbo.de\/*",
            "*:\/\/*.wecinternational.org\/*",
            "*:\/\/*.ilger.com\/*",
            "*:\/\/*.custom.it\/*",
            "*:\/\/*.mail.zimbra.io\/*",
            "*:\/\/*.xmpp.zimbra.io\/*",
            "*:\/\/*.zimbratalk.zimbra.io\/*",
            "*:\/\/*.zimbra-vnc.de\/*",
            "*:\/\/*.xmpp.zimbra-vnc.de\/*",
            "*:\/\/*.prosody.zimbra-vnc.de\/*",
            "*:\/\/*.vnc.biz\/*",
            "*:\/\/*.xmpp.vnc.biz\/*",
            "*:\/\/*.ilm.vnc.biz\/*",
            "*:\/\/*.ilm2.vnc.biz\/*",
            "*:\/\/*.ilm3.vnc.biz\/*",
            "*:\/\/*.ilm4.vnc.biz\/*",
            "*:\/\/*.ilm5.vnc.biz\/*",
            "*:\/\/*.ilm6.vnc.biz\/*",
            "*:\/\/*.judaspriest.india.vnc.biz\/*",
            "*:\/\/*.prosody.vnc.biz\/*",
            "*:\/\/*.ufnos.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.dev2.zimbra-vnc.de\/*",
            "*:\/\/*.xmpp.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.prosody.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.prosody-dev1.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.prosody-dev2.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.prosody-dev3.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.prosody-dev4.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.prosody-dev5.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.bomag-dev1.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.bomag-dev2.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.bomag-dev3.vnctalk.zimbra-vnc.de\/*",
            "*:\/\/*.ztalk.vnc.biz\/*",
            "*:\/\/*.zimbratalk.vnc.biz\/*",
            "*:\/\/*.zimbra-talk.vnc.biz\/*",
            "*:\/\/*.prosody.ztalk.vnc.biz\/*",
            "*:\/\/*.prosody.zimbratalk.vnc.biz\/*",
            "*:\/\/*.prosody.zimbra-talk.vnc.biz\/*",
            "*:\/\/*.xmpp.ztalk.vnc.biz\/*",
            "*:\/\/*.xmpp.zimbratalk.vnc.biz\/*",
            "*:\/\/*.xmpp.zimbra-talk.vnc.biz\/*",
            "*:\/\/*.logix.in\/*",
            "*:\/\/*.veact.demo.vnc.de\/*",
            "*:\/\/*.hin.demo.vnc.de\/*"
        ]
    }
}