Zillion Live WebRTC Screen Capture

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

O que é Zillion Live WebRTC Screen Capture?

Zillion Live WebRTC Screen Capture é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension allows WebRTC connections to use the screen as a video source.".

Baixar o arquivo CRX da Extensão Zillion Live WebRTC Screen Capture

Baixe arquivos de extensão Zillion Live WebRTC Screen Capture 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

                        Extension to allow screen sharing with zillion live services.                    

Informações Básicas da Extensão

Nome Zillion Live WebRTC Screen Capture Zillion Live WebRTC Screen Capture
ID jkhlcipancfeplghhbjgbbbgbcibphjn
URL Oficial https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn
Descrição This extension allows WebRTC connections to use the screen as a video source.
Tamanho do Arquivo 8.72 KB
Contagem de Instalações 25
Versão Atual 3.0.01
Última Atualização 2018-02-12
Data de Publicação 2018-02-12
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zillion Live WebRTC Screen Capture",
    "version": "3.0.01",
    "description": "This extension allows WebRTC connections to use the screen as a video source.",
    "author": "Zillion Group",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/zillion.com",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.example.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.myrealappeal.load\/*",
            "*:\/\/*.realappeal.com\/*",
            "*:\/\/*.myzillion.load\/*",
            "*:\/\/*.zillion.com\/*",
            "*:\/\/*.restorehealth.com\/*"
        ]
    }
}