Next Draft Pick - Fantasy Draft Assistant Firefox

Examine source code of Next Draft Pick - Fantasy Draft Assistant

Inspect and view changes in Next Draft Pick - Fantasy Draft Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Next Draft Pick Fantasy Assistant",
  "version": "1.6.118",
  "description": "Draft import, live recommendations, and Agent Mode auto-draft for ESPN, Sleeper, Yahoo, and CBS Sports",
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "notifications",
    "cookies"
  ],
  "host_permissions": [
    "https://fantasy.espn.com/*",
    "https://lm-api-reads.fantasy.espn.com/*",
    "https://*.cbssports.com/*",
    "https://sleeper.com/*",
    "https://sleeper.app/*",
    "https://api.sleeper.app/*",
    "https://ndp-api.onrender.com/*",
    "https://nextdraftpick.com/*",
    "https://*.nextdraftpick.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://fantasy.espn.com/football/league/draftrecap*",
        "https://fantasy.espn.com/football/league/*",
        "https://fantasy.espn.com/football/team*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://nextdraftpick.com/*",
        "https://*.nextdraftpick.com/*"
      ],
      "js": [
        "ndp-auth.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://sleeper.com/*",
        "https://sleeper.app/*"
      ],
      "js": [
        "strategy-help.js",
        "panel-chrome.js",
        "sleeper-pick-parse.js",
        "sleeper-pick-executor.js",
        "sleeper-content.js"
      ],
      "css": [
        "sleeper-panel.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://fantasy.espn.com/football/draft*",
        "https://fantasy.espn.com/football/waitingroom*"
      ],
      "js": [
        "strategy-help.js",
        "panel-chrome.js",
        "espn-live-parse.js",
        "espn-live-pick-executor.js",
        "espn-live-content.js"
      ],
      "css": [
        "sleeper-panel.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.football.cbssports.com/draft/live/*",
        "https://*.football.cbssports.com/draft/*"
      ],
      "js": [
        "strategy-help.js",
        "panel-chrome.js",
        "cbs-live-parse.js",
        "cbs-live-pick-executor.js",
        "cbs-live-content.js"
      ],
      "css": [
        "sleeper-panel.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.football.cbssports.com/draft/live/*",
        "https://*.football.cbssports.com/draft/*"
      ],
      "js": [
        "cbs-live-page-bridge.js"
      ],
      "world": "MAIN",
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.football.cbssports.com/*",
        "https://*.cbssports.com/*"
      ],
      "js": [
        "cbs-live-frame.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Next Draft Pick"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ndp-extension@nextdraftpick.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Next Draft Pick - Fantasy Draft Assistant Alternatives

Here are some Firefox add-ons that are similar to Next Draft Pick - Fantasy Draft Assistant: