CS2KZ Stats Firefox

Examine source code of CS2KZ Stats

Inspect and view changes in CS2KZ Stats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CS2KZ Stats",
  "description": "View CS2KZ statistics of a user directly in their profile.",
  "version": "0.0.1",
  "manifest_version": 3,
  "host_permissions": [
    "https://api.cs2ps.com/*",
    "https://api.cs2kz.org/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cs2kzstats@domitori.xyz",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://steamcommunity.com/profiles/*",
        "https://steamcommunity.com/id/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*.png",
        "assets/*.svg"
      ],
      "matches": [
        "https://steamcommunity.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage"
  ]
}

Best CS2KZ Stats Alternatives

Here are some Firefox add-ons that are similar to CS2KZ Stats: