WebStream WebRTC Screen Capture

This extension allows WebStream WebRTC connections to use the screen as a video source.

什么是WebStream WebRTC Screen Capture?

WebStream WebRTC Screen Capture是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension allows WebStream WebRTC connections to use the screen as a video source.”。

扩展截图

screenshot

下载WebStream WebRTC Screen Capture扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 WebStream WebRTC Screen Capture WebStream WebRTC Screen Capture
ID aiiaoeidafjmbmncceigjjbhoopljehf
官方URL https://chromewebstore.google.com/detail/webstream-webrtc-screen-c/aiiaoeidafjmbmncceigjjbhoopljehf
简介 This extension allows WebStream WebRTC connections to use the screen as a video source.
文件大小 395 KB
安装次数 23
当前版本 1.0.1
更新时间 2018-11-12
上架时间 2018-11-11
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebStream WebRTC Screen Capture",
    "version": "1.0.1",
    "description": "This extension allows WebStream WebRTC connections to use the screen as a video source.",
    "icons": {
        "16": "WebStream-16.png",
        "32": "WebStream-32.png",
        "48": "WebStream-48.png",
        "128": "WebStream-128.png"
    },
    "author": "WebStream",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/teleconnect.care\/",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "WebStream-16.png",
        "WebStream-32.png",
        "WebStream-48.png",
        "WebStream-128.png"
    ]
}