Pokemon Battle Predictor Firefox

Examine source code of Pokemon Battle Predictor

By: aed3 Add-on
Inspect and view changes in Pokemon Battle Predictor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pokemon Battle Predictor",
  "version": "0.21",
  "description": "Use machine learning to predict your opponent's moves and the outcome of the battle in Pokemon Showdown!",
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://play.pokemonshowdown.com/*",
        "*://replay.pokemonshowdown.com/*",
        "*://*.psim.us/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon_16.png",
      "24": "icons/icon_24.png",
      "32": "icons/icon_32.png"
    }
  },
  "web_accessible_resources": [
    "/pokemonBattlePredictor.js",
    "/anon.js",
    "/loading.png"
  ]
}

Best Pokemon Battle Predictor Alternatives

Here are some Firefox add-ons that are similar to Pokemon Battle Predictor: