DnD Beyond Game Log

DnD Beyond Game Log

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}