Tales Beyond Firefox

Examine source code of Tales Beyond

Inspect and view changes in Tales Beyond source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.26.0",
  "name": "Tales Beyond",
  "description": "Replaces D&D Beyond's digital dices with links to TaleSpire",
  "homepage_url": "https://github.com/haste/tales-beyond",
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.dndbeyond.com/characters/*"
      ],
      "run_at": "document_end",
      "js": [
        "characters/index.js"
      ],
      "css": [
        "css/dialog.css",
        "css/styles.css",
        "css/contextmenu.css",
        "css/iconmenu.css"
      ]
    },
    {
      "matches": [
        "*://*.dndbeyond.com/monsters*"
      ],
      "run_at": "document_end",
      "js": [
        "monsters.js"
      ],
      "css": [
        "css/styles.css",
        "css/contextmenu.css"
      ]
    },
    {
      "matches": [
        "*://*.dndbeyond.com/spells*"
      ],
      "run_at": "document_end",
      "js": [
        "spells.js"
      ],
      "css": [
        "css/styles.css",
        "css/contextmenu.css"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "tales-beyond@haste.no"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Open options"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": false,
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "icons/icon.svg"
  ]
}

Best Tales Beyond Alternatives

Here are some Firefox add-ons that are similar to Tales Beyond: