Screen Capturing for MITV

This WebRTC screen capturing extension can be used within any WebRTC library/application!

O que é Screen Capturing for MITV?

Screen Capturing for MITV é uma extensão do Chrome desenvolvida por https://media.kron-telekom.si, e sua principal característica é "This WebRTC screen capturing extension can be used within any WebRTC library/application!".

Baixar o arquivo CRX da Extensão Screen Capturing for MITV

Baixe arquivos de extensão Screen Capturing for MITV 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 needed for WebRTC media platform.                    

Informações Básicas da Extensão

Nome Screen Capturing for MITV Screen Capturing for MITV
ID olbkfkkemojeaacbfianmaifcglelgde
URL Oficial https://chrome.google.com/webstore/detail/screen-capturing-for-mitv/olbkfkkemojeaacbfianmaifcglelgde
Descrição This WebRTC screen capturing extension can be used within any WebRTC library/application!
Tamanho do Arquivo 6.74 KB
Contagem de Instalações 21
Versão Atual 3.3.5
Última Atualização 2015-07-09
Data de Publicação 2015-07-09
Desenvolvedor https://media.kron-telekom.si
Tipo de Pagamento free
Idiomas Suportados sl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing for MITV",
    "author": "Muaz Khan",
    "version": "3.3.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!",
    "homepage_url": "http:\/\/beta.mitv.si",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}