DMV TaleSpire Integration

Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.

Co je DMV TaleSpire Integration?

DMV TaleSpire Integration je rozšíření Chrome vyvinuté Spaceman, a jeho hlavní funkcí je „Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření DMV TaleSpire Integration

Stáhněte si soubory rozšíření DMV TaleSpire Integration 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í

                        Only to be used togheter with https://talespire.com/ and https://dungeonmastersvault.com

Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client using TaleSpires "Dice links".

Extremely simple for now, might add ability to send names of the roles to the client in a future update.                    

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

Název DMV TaleSpire Integration DMV TaleSpire Integration
ID khmhhhpghkfaamdkecgkkamnfokobhgk
Oficiální URL https://chromewebstore.google.com/detail/dmv-talespire-integration/khmhhhpghkfaamdkecgkkamnfokobhgk
Popis Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.
Velikost souboru 25.61 KB
Počet instalací 113
Aktuální Verze 1.0
Poslední Aktualizace 2021-04-23
Datum Vydání 2021-04-22
Vývojář Spaceman
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": "DMV TaleSpire Integration",
    "version": "1.0",
    "description": "Adds event listeners to Dungeon Masters Vault \"Roll buttons\", in order to send those roles to your local TaleSpire client.",
    "icons": {
        "48": "icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dungeonmastersvault.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}