Did it Tera? Firefox

Examine source code of Did it Tera?

Inspect and view changes in Did it Tera? source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Did it Tera?",
  "version": "0.1.1",
  "description": "Adds an info text under the opponent's team with the name and type of the terastallized Pokémon.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://play.pokemonshowdown.com/*",
        "*://*.psim.us/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "app@didit.tera"
    }
  }
}

Best Did it Tera? Alternatives

Here are some Firefox add-ons that are similar to Did it Tera?: