PokePaste Exporter Firefox

Examine source code of PokePaste Exporter

Inspect and view changes in PokePaste Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PokePaste Exporter",
  "description": "An extension that provides extra functionality for the PokePaste website and exporting team sheets.",
  "version": "1.4.1",
  "action": {
    "default_popup": "src/html/info.html",
    "default_icon": "resources/images/pokeballicon.png"
  },
  "content_scripts": [
    {
      "js": [
        "src/scripts/ShowdownExport.js"
      ],
      "matches": [
        "https://play.pokemonshowdown.com/*"
      ]
    },
    {
      "js": [
        "src/scripts/LimitlessExport.js"
      ],
      "matches": [
        "https://play.limitlesstcg.com/*"
      ]
    },
    {
      "js": [
        "src/scripts/ImageController.js"
      ],
      "matches": [
        "https://pokepast.es/*"
      ]
    }
  ],
  "icons": {
    "128": "resources/images/pokeballicon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chris.dentremont@outlook.com"
    }
  }
}

Best PokePaste Exporter Alternatives

Here are some Firefox add-ons that are similar to PokePaste Exporter: