DnD Beyond Game Log

Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.

Qu'est-ce que DnD Beyond Game Log ?

DnD Beyond Game Log est une extension Chrome développée par alexander.saurber, et sa fonction principale est "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DnD Beyond Game Log

Téléchargez les fichiers d'extension DnD Beyond Game Log au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DnD Beyond Game Log DnD Beyond Game Log
ID dckkobfhocjadfiinhkklfkljepejahf
URL Officiel https://chromewebstore.google.com/detail/dnd-beyond-game-log/dckkobfhocjadfiinhkklfkljepejahf
Description Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.
Taille du Fichier 17.71 KB
Nombre d'Installations 173
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-07-11
Date de Publication 2023-07-10
Développeur alexander.saurber
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}