Beyond The Spire

DnDBeyond to TaleSpire Dice roller

What is Beyond The Spire?

Beyond The Spire is a Chrome extension developed by AlexBsApps, and its main feature is "DnDBeyond to TaleSpire Dice roller".

Extension Screenshots

screenshot

Download Beyond The Spire Extension CRX File

Download Beyond The Spire 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

                        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.                    

Extension Basic Information

Name Beyond The Spire Beyond The Spire
ID jgflekbegoccflpmdemeeebbapfbmmjo
Official URL https://chromewebstore.google.com/detail/beyond-the-spire/jgflekbegoccflpmdemeeebbapfbmmjo
Description DnDBeyond to TaleSpire Dice roller
File Size 6.74 KB
Installation Count 9,552
Current Version 0.9.3.1
Last Updated 2021-09-08
Publish Date 2020-11-03
Rating 4.38/5 Total 26 Ratings
Developer AlexBsApps
Email [email protected]
Payment Type free
Extension Website http://beyondthespire.com
Supported Languages 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"
        }
    ]
}