Record/Stream Screen Sharing Extension

Share your screen while recording or streaming.

What is Record/Stream Screen Sharing Extension?

Record/Stream Screen Sharing Extension is a Chrome extension developed by MNS, and its main feature is "Share your screen while recording or streaming.".

Extension Screenshots

screenshot

Download Record/Stream Screen Sharing Extension Extension CRX File

Download Record/Stream Screen Sharing Extension 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

                        By using this extension together with the cloud service you will be able to record/stream your desktop or a specific application window.                    

Extension Basic Information

Name Record/Stream Screen Sharing Extension Record/Stream Screen Sharing Extension
ID kelhcmnhmbkpioocdcoafbikjbckggjb
Official URL https://chrome.google.com/webstore/detail/recordstream-screen-shari/kelhcmnhmbkpioocdcoafbikjbckggjb
Description Share your screen while recording or streaming.
File Size 9.54 KB
Installation Count 6,000
Current Version 1.0.0
Last Updated 2018-09-25
Publish Date 2018-09-25
Rating 2.75/5 Total 4 Ratings
Developer MNS
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.mns.vc/privacy
Supported Languages en
manifest.json
{
    "manifest_version": 2,
    "name": "Record\/Stream Screen Sharing Extension",
    "version": "1.0.0",
    "description": "Share your screen while recording or streaming.",
    "icons": {
        "128": "rec-vc-icon-128.png",
        "16": "rec-vc-icon-16.png",
        "48": "rec-vc-icon-48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/my.rec.vc",
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "tabCapture",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "short_name": "Record\/Stream Screen Sharing Extension",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}