D&D Beyond Campaign DM Screen
DM Screen Extension for D&D Beyond. This extension extends the campaign page to turn it into a DM screen.
Co je D&D Beyond Campaign DM Screen?
D&D Beyond Campaign DM Screen je rozšíření Chrome vyvinuté ashdevfr, a jeho hlavní funkcí je „DM Screen Extension for D&D Beyond. This extension extends the campaign page to turn it into a DM screen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření D&D Beyond Campaign DM Screen
Stáhněte si soubory rozšíření D&D Beyond Campaign DM Screen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension extends the D&D Beyond's campaign page to turn it into a DM screen.
In the campaign page of D&D Beyond and it will add for each characters their stats such as:
- AC
- HP
- Initiative bonus
- Saving throws
- Passive checks Základní Informace o Rozšíření
| Název | |
| ID | oiajbaepngjfcgimlkaedfkdjkklkfhh |
| Oficiální URL | https://chromewebstore.google.com/detail/dd-beyond-campaign-dm-scr/oiajbaepngjfcgimlkaedfkdjkklkfhh |
| Popis | DM Screen Extension for D&D Beyond. This extension extends the campaign page to turn it into a DM screen. |
| Velikost souboru | 296 KB |
| Počet instalací | 13,115 |
| Aktuální Verze | 1.2.4 |
| Poslední Aktualizace | 2022-07-26 |
| Datum Vydání | 2020-06-24 |
| Hodnocení | 4.00/5 Celkem 30 Hodnocení |
| Vývojář | ashdevfr |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "D&D Beyond Campaign DM Screen",
"version": "1.2.4",
"description": "DM Screen Extension for D&D Beyond. This extension extends the campaign page to turn it into a DM screen.",
"manifest_version": 2,
"icons": {
"16": "assets\/icon-16x16.png",
"32": "assets\/icon-32x32.png",
"128": "assets\/icon-128x128.png"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "D&D Beyond Campaign DM Screen",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.dndbeyond.com\/campaigns\/*",
"http:\/\/www.dndbeyond.com\/campaigns\/*"
],
"js": [
"content.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |