webrtc Hangout

testing

What is webrtc Hangout?

webrtc Hangout is a Chrome extension developed by https://xplat.hangout.comcast.net, and its main feature is "testing".

Download webrtc Hangout Extension CRX File

Download webrtc Hangout 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

                        webrtc hangout desktop sharing                    

Extension Basic Information

Name webrtc Hangout webrtc Hangout
ID hcmcjlpceanonhiahklocicgmhacjmac
Official URL https://chrome.google.com/webstore/detail/webrtc-hangout/hcmcjlpceanonhiahklocicgmhacjmac
Description testing
File Size 2.07 MB
Installation Count 46
Current Version 1.1
Last Updated 2015-07-09
Publish Date 2015-07-09
Developer https://xplat.hangout.comcast.net
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "webrtc Hangout",
    "description": "testing",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/xplat.hangout.comcast.net\/*"
        ]
    }
}