Dino's Bot Firefox

Examine source code of Dino's Bot

Inspect and view changes in Dino's Bot source codes across current and past versions
MinuteBio
Want more fun? Play 1,000+ free unblocked games at
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dino's Bot",
  "version": "1.1",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "icons/icon-green-48.png",
    "64": "icons/icon-green-64.png",
    "128": "icons/icon-green-128.png",
    "512": "icons/icon-green-512.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/dino.js"
    ],
    "type": "module"
  },
  "browser_action": {
    "default_icon": "icons/icon-grey-48.png",
    "default_title": "Dino's Bot"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon-dino@vincescodes.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://boardgamearena.com/*"
      ],
      "js": [
        "scripts/bga-gamer.js",
        "scripts/bga-gamers.js",
        "scripts/dino-bga.js"
      ]
    },
    {
      "matches": [
        "*://codenames.game/*"
      ],
      "js": [
        "scripts/codenames-board.js",
        "scripts/codenames-card.js",
        "scripts/codenames-heading.js",
        "scripts/codenames-team.js",
        "scripts/dino-codenames.js"
      ]
    }
  ],
  "default_locale": "en",
  "options_ui": {
    "page": "html/settings.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "*://www.vincescodes.com/*"
  ]
}

Best Dino's Bot Alternatives

Here are some Firefox add-ons that are similar to Dino's Bot: