Beyond The Spire

DnDBeyond to TaleSpire Dice roller

Beyond The Spire क्या है?

Beyond The Spire AlexBsApps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DnDBeyond to TaleSpire Dice roller"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Beyond The Spire एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Beyond The Spire Beyond The Spire
ID jgflekbegoccflpmdemeeebbapfbmmjo
आधिकारिक URL https://chromewebstore.google.com/detail/beyond-the-spire/jgflekbegoccflpmdemeeebbapfbmmjo
विवरण DnDBeyond to TaleSpire Dice roller
फ़ाइल का आकार 6.74 KB
स्थापना संख्या 9,552
वर्तमान संस्करण 0.9.3.1
अंतिम अपडेट 2021-09-08
प्रकाशन तिथि 2020-11-03
रेटिंग 4.38/5 कुल 26 रेटिंग्स
डेवलपर AlexBsApps
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://beyondthespire.com
समर्थित भाषाएँ 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"
        }
    ]
}