Soliya Screensharing

This extension allows Soliya's WebRTC to use the screen as a video source.

What is Soliya Screensharing?

Soliya Screensharing is a Chrome extension developed by https://exchangeportal.net, and its main feature is "This extension allows Soliya's WebRTC to use the screen as a video source.".

Extension Screenshots

screenshot

Download Soliya Screensharing Extension CRX File

Download Soliya Screensharing 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 Soliya Screensharing Soliya Screensharing
ID kngnmjeonknomjlmiphobdignngijjaa
Official URL https://chromewebstore.google.com/detail/soliya-screensharing/kngnmjeonknomjlmiphobdignngijjaa
Description This extension allows Soliya's WebRTC to use the screen as a video source.
File Size 36.53 KB
Installation Count 868
Current Version 1.1.0
Last Updated 2017-07-12
Publish Date 2017-07-12
Rating 4.00/5 Total 2 Ratings
Developer https://exchangeportal.net
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Soliya Screensharing",
    "version": "1.1.0",
    "description": "This extension allows Soliya's WebRTC to use the screen as a video source.",
    "icons": {
        "16": "Soliya-16.png",
        "32": "Soliya-32.png",
        "48": "Soliya-48.png",
        "128": "Soliya-128.png"
    },
    "author": "Frozen Mountain Software",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.exchangeportal.net\/*",
                "*:\/\/*.soliya.net\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.soliya.net\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "Soliya-16.png",
        "Soliya-32.png",
        "Soliya-48.png",
        "Soliya-128.png"
    ]
}