WebRTC Desktop Sharing

WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.

What is WebRTC Desktop Sharing?

WebRTC Desktop Sharing is a Chrome extension developed by https://www.snappshott.co.za, and its main feature is "WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.".

Extension Screenshots

screenshot

Download WebRTC Desktop Sharing Extension CRX File

Download WebRTC Desktop Sharing 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

                        Snappshott browser tab sharing app                    

Extension Basic Information

Name WebRTC Desktop Sharing WebRTC Desktop Sharing
ID engpcombbmmmmfpbekphjkjnknopmjpk
Official URL https://chromewebstore.google.com/detail/webrtc-desktop-sharing/engpcombbmmmmfpbekphjkjnknopmjpk
Description WebRTC based P2P HQ/HD screen sharing. Share audio+tab or any application's screen. Even share full/entire screen.
File Size 83.53 KB
Installation Count 19
Current Version 2.7
Last Updated 2017-04-08
Publish Date 2017-04-08
Developer https://www.snappshott.co.za
Payment Type free
Extension Website https://www.snappshott.co.za/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebRTC Desktop Sharing",
    "author": "Snappshott",
    "version": "2.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC based P2P HQ\/HD screen sharing. Share audio+tab or any application's screen. Even share full\/entire screen.",
    "homepage_url": "https:\/\/www.snappshott.co.za\/",
    "background": {
        "scripts": [
            "websocket.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Desktop!"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "tabCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}