Draggable Player Area by Eric

Allows players to move the webcam frames on roll20

Co je Draggable Player Area by Eric?

Draggable Player Area by Eric je rozšíření Chrome vyvinuté SavyTech, a jeho hlavní funkcí je „Allows players to move the webcam frames on roll20“.

Stáhnout soubor CRX rozšíření Draggable Player Area by Eric

Stáhněte si soubory rozšíření Draggable Player Area by Eric ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Allows players to move the webcam frames on roll20                    

Základní Informace o Rozšíření

Název Draggable Player Area by Eric Draggable Player Area by Eric
ID gbgefaaedcfbdedbamiicioofngkgnlb
Oficiální URL https://chromewebstore.google.com/detail/draggable-player-area-by/gbgefaaedcfbdedbamiicioofngkgnlb
Popis Allows players to move the webcam frames on roll20
Velikost souboru 9.8 KB
Počet instalací 11
Aktuální Verze 0.1
Poslední Aktualizace 2016-07-02
Datum Vydání 2016-07-01
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář SavyTech
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}