WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DDB - Monster Health Status and behavior

DDB - Monster Health Status and behavior

View on Chrome Web Store
View DDB - Monster Health Status and behavior 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.

Shows a simple health status under each combatant's HP and may give a suggested behavior when health is low.
Type
Extension
Users
42 users
2
Jord*************************
View author page of Jord*************************
Published
Published on October 11, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on October 11, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View DDB - Monster Health Status and behavior 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 - Monster Health Status and behavior",
    "version": "1.0.2",
    "description": "Shows a simple health status under each combatant's HP and may give a suggested behavior when health is low.",
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.dndbeyond.com\/*"
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_title": "DDB GM \u2014 Health Status",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ],
            "js": [
                "content_health_status.js"
            ],
            "run_at": "document_idle",
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}
© 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