PeekStats — FACEIT Overlay Firefox

Examine source code of PeekStats — FACEIT Overlay

Inspect and view changes in PeekStats — FACEIT Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PeekStats — FACEIT Overlay",
  "version": "2.1.6",
  "description": "Per-map stats for FACEIT players: K/D, win rate, ADR. Veto ban prediction, smurf alerts, streaks, party history & VIP badges.",
  "permissions": [
    "storage",
    "scripting",
    "notifications"
  ],
  "optional_permissions": [
    "*://steamcommunity.com/*"
  ],
  "homepage_url": "https://peekstats.org/",
  "browser_specific_settings": {
    "gecko": {
      "id": "peekstats@peekstats.github.io",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "injected.js",
        "icons/hltv-logo.png",
        "icons/pro-badge.png"
      ],
      "matches": [
        "https://www.faceit.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://www.faceit.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.faceit.com/*"
      ],
      "js": [
        "inject_early.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://www.faceit.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best PeekStats — FACEIT Overlay Alternatives

Here are some Firefox add-ons that are similar to PeekStats — FACEIT Overlay: