RTC Share Desktop

WebRTC screen capturing extension.

What is RTC Share Desktop?

RTC Share Desktop is a Chrome extension developed by driverfarfar, and its main feature is "WebRTC screen capturing extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download RTC Share Desktop Extension CRX File

Download RTC Share Desktop 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

                        This is a WebRTC screen capturing extension                    

Extension Basic Information

Name RTC Share Desktop RTC Share Desktop
ID ccahbcjalpomijfpjemdgpnbogofnlgl
Official URL https://chromewebstore.google.com/detail/rtc-share-desktop/ccahbcjalpomijfpjemdgpnbogofnlgl
Description WebRTC screen capturing extension.
File Size 5.43 KB
Installation Count 34
Current Version 1.0
Last Updated 2019-01-11
Publish Date 2019-01-10
Developer driverfarfar
Payment Type free
Extension Website https://www.easemob.com/
Help Page URL https://www.easemob.com/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RTC Share Desktop",
    "author": "Simon",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC screen capturing extension.",
    "homepage_url": "https:\/\/www.easemob.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}