Huzza Screen Sharing

This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.

O que é Huzza Screen Sharing?

Huzza Screen Sharing é uma extensão do Chrome desenvolvida por https://huzza.io, e sua principal característica é "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.".

Baixar o arquivo CRX da Extensão Huzza Screen Sharing

Baixe arquivos de extensão Huzza Screen Sharing 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

                        This extension allows you to screen-share to a Huzza live-stream.                    

Informações Básicas da Extensão

Nome Huzza Screen Sharing Huzza Screen Sharing
ID fgmhbpagoehdhfbanaiablaedpbeepdf
URL Oficial https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf
Descrição This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
Tamanho do Arquivo 14.93 KB
Contagem de Instalações 81
Versão Atual 0.0.1
Última Atualização 2016-03-31
Data de Publicação 2016-03-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://huzza.io
Tipo de Pagamento free
Site da Extensão https://huzza.io
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Huzza Screen Sharing",
    "author": "Huzza Media, Inc.",
    "version": "0.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/huzza.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/huzza.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.huzza.io\/*"
        ]
    },
    "icons": {
        "16": "huzza16.png",
        "48": "huzza48.png",
        "128": "huzza128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}