webrtc Hangout

testing

什么是webrtc Hangout?

webrtc Hangout是由https://xplat.hangout.comcast.net开发的Chrome扩展程序,该扩展的主要功能是“testing”。

下载webrtc Hangout扩展crx文件

下载webrtc Hangout扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        webrtc hangout desktop sharing                    

扩展基本信息

名称 webrtc Hangout webrtc Hangout
ID hcmcjlpceanonhiahklocicgmhacjmac
官方URL https://chrome.google.com/webstore/detail/webrtc-hangout/hcmcjlpceanonhiahklocicgmhacjmac
简介 testing
文件大小 2.07 MB
安装次数 46
当前版本 1.1
更新时间 2015-07-09
上架时间 2015-07-09
开发者 https://xplat.hangout.comcast.net
付费类型 free
支持的语言 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\/*"
        ]
    }
}