DMV TaleSpire Integration

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

Co to jest DMV TaleSpire Integration?

DMV TaleSpire Integration to rozszerzenie Chrome opracowane przez Spaceman, a jego główną funkcją jest „Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DMV TaleSpire Integration

Pobierz pliki rozszerzeń DMV TaleSpire Integration w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DMV TaleSpire Integration DMV TaleSpire Integration
ID khmhhhpghkfaamdkecgkkamnfokobhgk
Oficjalny URL https://chromewebstore.google.com/detail/dmv-talespire-integration/khmhhhpghkfaamdkecgkkamnfokobhgk
Opis Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.
Rozmiar pliku 25.61 KB
Liczba instalacji 113
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-04-23
Data Publikacji 2021-04-22
Deweloper Spaceman
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}