VTT Bridge Firefox

Examine source code of VTT Bridge

Inspect and view changes in VTT Bridge source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "VTT Bridge",
  "version": "1.6.3",
  "description": "Connect Dungeon Master's Vault to Roll20.",
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.dungeonmastersvault.com/pages/dnd/5e/characters/*?frame=true"
      ],
      "js": [
        "dist/polyfill.js",
        "dist/dmv.js"
      ],
      "css": [
        "dist/dmv.css"
      ]
    },
    {
      "matches": [
        "*://app.roll20.net/editor*"
      ],
      "js": [
        "dist/polyfill.js",
        "dist/roll20.js"
      ],
      "css": [
        "dist/roll20.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "dist/polyfill.js",
      "dist/background.js"
    ]
  }
}

Best VTT Bridge Alternatives

Here are some Firefox add-ons that are similar to VTT Bridge: