Beyond Dice Tray
Adds a Dice Tray to DnDBeyond
Wat is Beyond Dice Tray?
Beyond Dice Tray is een Chrome-extensie ontwikkeld door Azmoria, en de belangrijkste functie is "Adds a Dice Tray to DnDBeyond".
Extensie Screenshots
Download het CRX-bestand van de extensie Beyond Dice Tray
Download Beyond Dice Tray-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
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)
Basisinformatie over de Extensie
Naam | Beyond Dice Tray |
ID | endcocbbbeihjgkcpopkkldchjfhjagn |
Officiële URL | https://chromewebstore.google.com/detail/beyond-dice-tray/endcocbbbeihjgkcpopkkldchjfhjagn |
Beschrijving | Adds a Dice Tray to DnDBeyond |
Bestandsgrootte | 85.8 KB |
Aantal Installaties | 204 |
Huidige Versie | 0.11 |
Laatst Bijgewerkt | 2023-10-09 |
Publicatiedatum | 2023-02-08 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Azmoria |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Azmoria/DnDBeyond-Dice-Tray |
Ondersteunde Talen | 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" } } |