Beyond Dice Tray

Adds a Dice Tray to DnDBeyond

Qu'est-ce que Beyond Dice Tray ?

Beyond Dice Tray est une extension Chrome développée par Azmoria, et sa fonction principale est "Adds a Dice Tray to DnDBeyond".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Beyond Dice Tray

Téléchargez les fichiers d'extension Beyond Dice Tray au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Adds a dice tray to DnDBeyond to use for streaming, virtual cameras or on tv tables. With a customizable background that can be green screened. 

(Dice speed no longer functions and has been removed)                    

Informations de Base sur l'Extension

Nom Beyond Dice Tray Beyond Dice Tray
ID endcocbbbeihjgkcpopkkldchjfhjagn
URL Officiel https://chromewebstore.google.com/detail/beyond-dice-tray/endcocbbbeihjgkcpopkkldchjfhjagn
Description Adds a Dice Tray to DnDBeyond
Taille du Fichier 85.8 KB
Nombre d'Installations 204
Version Actuelle 0.11
Dernière Mise à Jour 2023-10-09
Date de Publication 2023-02-08
Évaluation 3.00/5 Total 1 Évaluations
Développeur Azmoria
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Azmoria/DnDBeyond-Dice-Tray
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beyond Dice Tray",
    "description": "Adds a Dice Tray to DnDBeyond",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/*encounter*",
                "https:\/\/www.dndbeyond.com\/*characters*",
                "https:\/\/www.dndbeyond.com\/*combat*"
            ],
            "js": [
                "Load.js",
                "content.js",
                "jquery-3.6.0.min.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jquery-3.6.0.min.js",
                "diceTray.css",
                "content.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "options.html"
    }
}