DnD Beyond Game Log

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

DnD Beyond Game Log क्या है?

DnD Beyond Game Log alexander.saurber द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DnD Beyond Game Log एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम DnD Beyond Game Log DnD Beyond Game Log
ID dckkobfhocjadfiinhkklfkljepejahf
आधिकारिक URL https://chromewebstore.google.com/detail/dnd-beyond-game-log/dckkobfhocjadfiinhkklfkljepejahf
विवरण Open the Game Log from the campaigns page on DnD Beyond and remove all other content from the page.
फ़ाइल का आकार 17.71 KB
स्थापना संख्या 173
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-07-11
प्रकाशन तिथि 2023-07-10
डेवलपर alexander.saurber
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}