Vibe Desktop Streamer

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

O que é Vibe Desktop Streamer?

Vibe Desktop Streamer é uma extensão do Chrome desenvolvida por https://ltt096-36.science.upjs.sk/webrtc/dist, e sua principal característica é "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".

Baixar o arquivo CRX da Extensão Vibe Desktop Streamer

Baixe arquivos de extensão Vibe Desktop Streamer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Vibe Desktop Streamer Vibe Desktop Streamer
ID olaabpghhmikgogjhdafihplakfboejg
URL Oficial https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg
Descrição A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Tamanho do Arquivo 8.36 KB
Contagem de Instalações 30
Versão Atual 1.0.0
Última Atualização 2018-05-15
Data de Publicação 2018-05-15
Desenvolvedor https://ltt096-36.science.upjs.sk/webrtc/dist
Tipo de Pagamento free
Idiomas Suportados 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"
}