D&D Beyond DM-Screen Firefox

Examine source code of D&D Beyond DM-Screen

By: Silas
Inspect and view changes in D&D Beyond DM-Screen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "version": "2.0.5",
  "short_name": "D&D DM-Screen",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "service_worker": "background.bundle.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.dndbeyond.com/campaigns/*",
        "https://dndbeyond.com/campaigns/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.dndbeyond.com/monsters/*"
      ],
      "js": [
        "monsterAttackSave.bundle.js",
        "monsterSettings.bundle.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.dndbeyond.com/*?dmScreen=1&c=*",
        "https://www.dndbeyond.com/?dmScreen=1&c=*"
      ],
      "js": [
        "prepareScreen.bundle.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.dndbeyond.com/profile/*/characters/*?dmScreen=1",
        "https://dndbeyond.com/profile/*/characters/*?dmScreen=1",
        "https://www.dndbeyond.com/characters/*?dmScreen=1",
        "https://dndbeyond.com/characters/*?dmScreen=1"
      ],
      "js": [
        "valueExtractor.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://www.dndbeyond.com/profile/*/characters/*",
        "https://dndbeyond.com/profile/*/characters/*",
        "https://www.dndbeyond.com/characters/*",
        "https://dndbeyond.com/characters/*"
      ],
      "js": [
        "settings.bundle.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": "img/dndSingle64.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.dndbeyond.com/",
    "https://dndbeyond.com/"
  ],
  "icons": {
    "128": "img/dndScreen128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "dmscreen@dicetable.net",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best D&D Beyond DM-Screen Alternatives

Here are some Firefox add-ons that are similar to D&D Beyond DM-Screen: