DMV TaleSpire Integration

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

What is DMV TaleSpire Integration?

DMV TaleSpire Integration is a Chrome extension developed by Spaceman, and its main feature is "Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.".

Extension Screenshots

screenshot

Download DMV TaleSpire Integration Extension CRX File

Download DMV TaleSpire Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DMV TaleSpire Integration DMV TaleSpire Integration
ID khmhhhpghkfaamdkecgkkamnfokobhgk
Official URL https://chromewebstore.google.com/detail/dmv-talespire-integration/khmhhhpghkfaamdkecgkkamnfokobhgk
Description Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.
File Size 25.61 KB
Installation Count 113
Current Version 1.0
Last Updated 2021-04-23
Publish Date 2021-04-22
Developer Spaceman
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}