Vibe Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.

What is Vibe Desktop Streamer?

Vibe Desktop Streamer is a Chrome extension developed by https://ltt096-36.science.upjs.sk/webrtc/dist, and its main feature is "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".

Download Vibe Desktop Streamer Extension CRX File

Download Vibe 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 Vibe Desktop Streamer Vibe Desktop Streamer
ID olaabpghhmikgogjhdafihplakfboejg
Official URL https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg
Description A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
File Size 8.36 KB
Installation Count 30
Current Version 1.0.0
Last Updated 2018-05-15
Publish Date 2018-05-15
Developer https://ltt096-36.science.upjs.sk/webrtc/dist
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 into meetings with viewme webRTC client.",
    "externally_connectable": {
        "matches": [
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*",
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*",
            "*:\/\/vibe.ezuce.com\/webrtc\/*"
        ]
    },
    "icons": {
        "128": "viewme-logo-128x128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vibe Desktop Streamer",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}