DnD Beyond Game Log
Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.
Apa itu DnD Beyond Game Log?
DnD Beyond Game Log adalah ekstensi Chrome yang dikembangkan oleh alexander.saurber, dan fitur utamanya adalah "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DnD Beyond Game Log
Unduh file ekstensi DnD Beyond Game Log dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DnD Beyond Game Log |
ID | dckkobfhocjadfiinhkklfkljepejahf |
URL Resmi | https://chromewebstore.google.com/detail/dnd-beyond-game-log/dckkobfhocjadfiinhkklfkljepejahf |
Deskripsi | Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page. |
Ukuran File | 17.71 KB |
Jumlah Instalasi | 173 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2023-07-11 |
Tanggal Publikasi | 2023-07-10 |
Pengembang | alexander.saurber |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |