Ant Media Server Screen Share extension

This extension allows you to share your screen with Ant Media Server

O que é Ant Media Server Screen Share extension?

Ant Media Server Screen Share extension é uma extensão do Chrome desenvolvida por https://antmedia.io, e sua principal característica é "This extension allows you to share your screen with Ant Media Server".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ant Media Server Screen Share extension

Baixe arquivos de extensão Ant Media Server Screen Share extension 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

                        Check out source code at https://github.com/ant-media/Chrome-Screen-Capture-Extension

https://antmedia.io                    

Informações Básicas da Extensão

Nome Ant Media Server Screen Share extension Ant Media Server Screen Share extension
ID jaefaokkgpkkjijgddghhcncipkebpnb
URL Oficial https://chromewebstore.google.com/detail/ant-media-server-screen-s/jaefaokkgpkkjijgddghhcncipkebpnb
Descrição This extension allows you to share your screen with Ant Media Server
Tamanho do Arquivo 11.03 KB
Contagem de Instalações 927
Versão Atual 2.1
Última Atualização 2018-10-15
Data de Publicação 2018-10-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://antmedia.io
Tipo de Pagamento free
Site da Extensão https://antmedia.io
URL da Página de Ajuda https://antmedia.io
Idiomas Suportados en
manifest.json
{
    "author": "Ant-Media",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension allows you to share your screen with Ant Media Server",
    "homepage_url": "https:\/\/www.antmedia.io",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Ant Media Server Screen Share extension",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "web_accessible_resources": [
        "icon.png"
    ]
}