DnD Beyond Game Log
Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.
Was ist DnD Beyond Game Log?
DnD Beyond Game Log ist eine Chrome-Erweiterung, die von alexander.saurber entwickelt wurde, und ihr Hauptmerkmal ist "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.".
Erweiterungsscreenshots
DnD Beyond Game Log-Erweiterungs-CRX-Datei herunterladen
Laden Sie DnD Beyond Game Log-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
This extension modifies the DnD Beyond campaign page when you click the "Game Log" button. Upon loading the page, it adds an event listener to wait for the Game Log button to be clicked. Once clicked, it removes all content from the page except the Game Log messages, and styles them to a dark mode with more subtle colors for all of the colored dice roll effects.
Grundlegende Informationen zur Erweiterung
Name | DnD Beyond Game Log |
ID | dckkobfhocjadfiinhkklfkljepejahf |
Offizielle URL | https://chromewebstore.google.com/detail/dnd-beyond-game-log/dckkobfhocjadfiinhkklfkljepejahf |
Beschreibung | Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page. |
Dateigröße | 17.71 KB |
Installationsanzahl | 173 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-07-11 |
Veröffentlichungsdatum | 2023-07-10 |
Entwickler | alexander.saurber |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DnD Beyond Game Log", "version": "1.0.0", "description": "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.dndbeyond.com\/campaigns\/*" ], "css": [ "scripts\/style.css" ] } ] } |