Vibe Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.

什么是Vibe Desktop Streamer?

Vibe Desktop Streamer是由https://ltt096-36.science.upjs.sk/webrtc/dist开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.”。

下载Vibe Desktop Streamer扩展crx文件

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

扩展使用说明

                                            

扩展基本信息

名称 Vibe Desktop Streamer Vibe Desktop Streamer
ID olaabpghhmikgogjhdafihplakfboejg
官方URL https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg
简介 A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
文件大小 8.36 KB
安装次数 30
当前版本 1.0.0
更新时间 2018-05-15
上架时间 2018-05-15
开发者 https://ltt096-36.science.upjs.sk/webrtc/dist
付费类型 free
支持的语言 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.",
    "externally_connectable": {
        "matches": [
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*",
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*",
            "*:\/\/vibe.ezuce.com\/webrtc\/*"
        ]
    },
    "icons": {
        "128": "viewme-logo-128x128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vibe Desktop Streamer",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}