Showdown! Battle History Tracker Firefox

Examine source code of Showdown! Battle History Tracker

Inspect and view changes in Showdown! Battle History Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Showdown! Battle History Tracker",
  "version": "2.2",
  "description": "An automated Pokémon Showdown battle history tracker, for displaying your results against opponents. Now with enough features to call it fully functional!",
  "homepage_url": "https://github.com/smelin27/ShowdownBattleHistoryTracker",
  "browser_specific_settings": {
    "gecko": {
      "id": "showdownbattlehistorytracker@smelin27",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "images/icon-48px.png",
    "96": "images/icon-96px.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://play.pokemonshowdown.com/*"
      ],
      "js": [
        "showdown.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "hook.js"
      ],
      "matches": [
        "*://play.pokemonshowdown.com/*"
      ]
    }
  ],
  "page_action": {
    "default_title": "Showdown! Battle History Tracker",
    "default_popup": "popup.html",
    "default_icon": "images/icon-38px.png",
    "show_matches": [
      "*://play.pokemonshowdown.com/*"
    ]
  }
}

Best Showdown! Battle History Tracker Alternatives

Here are some Firefox add-ons that are similar to Showdown! Battle History Tracker: