WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DDB - Encounter EDIT+

DDB - Encounter EDIT+

View on Chrome Web Store
View DDB - Encounter EDIT+ Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Adds an EDIT+ button to D&D Beyond combat tracker: opens an embedded encounter editor; on Save, closes and refreshes.
Type
Extension
Users
46 users
2
Jord*************************
View author page of Jord*************************
Published
Published on October 11, 2025
Version 1.0.1
Manifest version
3
Updated
Updated on October 12, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View DDB - Encounter EDIT+ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DDB - Encounter EDIT+",
    "version": "1.0.1",
    "description": "Adds an EDIT+ button to D&D Beyond combat tracker: opens an embedded encounter editor; on Save, closes and refreshes.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/*",
                "https:\/\/dndbeyond.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.dndbeyond.com\/*",
        "https:\/\/dndbeyond.com\/*"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top