Beyond The Spire

DnDBeyond to TaleSpire Dice roller

Wat is Beyond The Spire?

Beyond The Spire is een Chrome-extensie ontwikkeld door AlexBsApps, en de belangrijkste functie is "DnDBeyond to TaleSpire Dice roller".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Beyond The Spire

Download Beyond The Spire-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An extension to add TaleSpire dice rolls to DnDBeyond character sheets, monster pages and encounters.

Disabling DnDBeyond's digital dice is recommended while using this extension.                    

Basisinformatie over de Extensie

Naam Beyond The Spire Beyond The Spire
ID jgflekbegoccflpmdemeeebbapfbmmjo
Officiële URL https://chromewebstore.google.com/detail/beyond-the-spire/jgflekbegoccflpmdemeeebbapfbmmjo
Beschrijving DnDBeyond to TaleSpire Dice roller
Bestandsgrootte 6.74 KB
Aantal Installaties 9,552
Huidige Versie 0.9.3.1
Laatst Bijgewerkt 2021-09-08
Publicatiedatum 2020-11-03
Beoordeling 4.38/5 Totaal 26 Beoordelingen
Ontwikkelaar AlexBsApps
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://beyondthespire.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beyond The Spire",
    "description": "DnDBeyond to TaleSpire Dice roller",
    "version": "0.9.3.1",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "content.css"
            ],
            "icons": {
                "128": "icon_128.png"
            },
            "run_at": "document_end"
        }
    ]
}