Melodic Desktop Streamer

A simple extension that allows you to stream your desktop into meetings.

What is Melodic Desktop Streamer?

Melodic Desktop Streamer is a Chrome extension developed by it.latinongroup, and its main feature is "A simple extension that allows you to stream your desktop into meetings.".

Download Melodic Desktop Streamer Extension CRX File

Download Melodic 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 Melodic Desktop Streamer Melodic Desktop Streamer
ID gohjdiklnafadammljkcpcammfaljajk
Official URL https://chromewebstore.google.com/detail/melodic-desktop-streamer/gohjdiklnafadammljkcpcammfaljajk
Description A simple extension that allows you to stream your desktop into meetings.
File Size 25.4 KB
Installation Count 12
Current Version 0.1.6
Last Updated 2017-06-26
Publish Date 2017-06-26
Developer it.latinongroup
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Melodic Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings.",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meetings.latinongroup.com\/*"
        ]
    }
}