Rogue Dex Firefox

Examine source code of Rogue Dex

Inspect and view changes in Rogue Dex source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Rogue Dex",
  "version": "2.4",
  "permissions": [
    "activeTab",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "https://pokerogue.net/*",
    "https://api.pokerogue.net/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{46029ed0-cb54-4130-8105-fcbbed40adc1}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://api.pokerogue.net/*",
        "https://pokerogue.net/*"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "https://pokerogue.net/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "inject.js",
    "injected.js"
  ]
}

Best Rogue Dex Alternatives

Here are some Firefox add-ons that are similar to Rogue Dex: