Draggable Player Area by Eric

Allows players to move the webcam frames on roll20

O que é Draggable Player Area by Eric?

Draggable Player Area by Eric é uma extensão do Chrome desenvolvida por SavyTech, e sua principal característica é "Allows players to move the webcam frames on roll20".

Baixar o arquivo CRX da Extensão Draggable Player Area by Eric

Baixe arquivos de extensão Draggable Player Area by Eric 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

                        Allows players to move the webcam frames on roll20                    

Informações Básicas da Extensão

Nome Draggable Player Area by Eric Draggable Player Area by Eric
ID gbgefaaedcfbdedbamiicioofngkgnlb
URL Oficial https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb
Descrição Allows players to move the webcam frames on roll20
Tamanho do Arquivo 9.8 KB
Contagem de Instalações 11
Versão Atual 0.1
Última Atualização 2016-07-02
Data de Publicação 2016-07-01
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor SavyTech
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Draggable Player Area by Eric",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.roll20.net\/editor\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}