Bonus Party
This extension adds a shared party bonus area to Roll20.
Was ist Bonus Party?
Bonus Party ist eine Chrome-Erweiterung, die von jakemask entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a shared party bonus area to Roll20.".
Erweiterungsscreenshots
Bonus Party-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bonus Party-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Add a campaign shared bonus area to Roll20. Now when your bard inspires courage, you can all actually remember to add that bonus to your rolls. Double click the dialog box title to minimize, and double click a bonus to remove it. Let me know if you have any issues or feature requests and I'll do my best.
Grundlegende Informationen zur Erweiterung
Name | Bonus Party |
ID | mjledjhofdmbnlieljibnldamkgcmdia |
Offizielle URL | https://chromewebstore.google.com/detail/bonus-party/mjledjhofdmbnlieljibnldamkgcmdia |
Beschreibung | This extension adds a shared party bonus area to Roll20. |
Dateigröße | 140 KB |
Installationsanzahl | 469 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2015-07-24 |
Veröffentlichungsdatum | 2015-07-24 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | jakemask |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bonus Party", "description": "This extension adds a shared party bonus area to Roll20.", "version": "0.1.3", "icons": { "16": "bp_logo_16.jpg", "48": "bp_logo_48.jpg", "128": "bp_logo_128.jpg" }, "content_scripts": [ { "matches": [ "*:\/\/app.roll20.net\/editor\/*", "*:\/\/app.roll20.net\/join\/*" ], "all_frames": true, "js": [ "lib\/firebase.js", "lib\/jquery-2.0.2.min.js", "lib\/jquery-ui.min.js", "bonusparty.js" ] } ], "web_accessible_resources": [ "template.html" ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'" } |