HaxMonitor Firefox

Examine source code of HaxMonitor

Par : JohnnyHax
Inspect and view changes in HaxMonitor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HaxMonitor",
  "version": "0.1",
  "description": "Monitors how much you get haxed while playing pokemon showdown",
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/johnnyhax.png",
      "48": "images/johnnyhax.png",
      "128": "images/johnnyhax.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "default_icon": {
      "16": "images/johnnyhax.png",
      "48": "images/johnnyhax.png",
      "128": "images/johnnyhax.png"
    }
  },
  "icons": {
    "1": "images/johnnyhax.png"
  },
  "content_scripts": [
    {
      "js": [
        "/scripts/jquery-3.7.1.min.js",
        "scripts/functions.js",
        "scripts/content.js"
      ],
      "matches": [
        "https://play.pokemonshowdown.com/*",
        "https://replay.pokemonshowdown.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "lancekod@mail.com"
    }
  }
}

Meilleures alternatives HaxMonitor

Voici quelques Firefox add-ons qui sont similaires à HaxMonitor :