DraftKings Exposure Generator Firefox

Examine source code of DraftKings Exposure Generator

Inspect and view changes in DraftKings Exposure Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DraftKings Exposure Generator",
  "version": "1.4",
  "description": "Generates a CSV file of your DraftKings Best Ball exposure data",
  "icons": {
    "16": "public/the-solver-icon.png",
    "32": "public/the-solver-icon.png",
    "48": "public/the-solver-icon.png",
    "128": "public/the-solver-icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bbe-firefox-extension@bbe.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.draftkings.com/*",
        "*://*.draftkings.co.uk/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "*://*.draftkings.com/*",
    "*://*.draftkings.co.uk/*"
  ]
}

Best DraftKings Exposure Generator Alternatives

Here are some Firefox add-ons that are similar to DraftKings Exposure Generator: