Opens CS2 stat sites from Steam profile pages. On any profile, use the Trackers menu in the sidebar and pick where you want to go.
Coming to the Chrome Web Store — review in progress.
Once approved, install from the Chrome Web Store. Works in Chrome, Brave, Edge, and the Steam in-game browser.
Until then, load the extension unpacked from a release zip (see Releases).
CSStats · CSRep · CSST · Luminary · Leetify · CS2 Tracker · Scope.gg
Turn individual sites on or off from the extension icon (popup → Trackers).
Know another tracker that works with the Steam profile URL trick? Open a tracker request with the site name and how the URL changes. No coding needed.
The source layout follows the features of the extension:
src/trackers/— tracker catalog, URL building, and preferences. New trackers go insrc/trackers/catalog.ts.src/tracker-menu/— the menu injected into Steam profile sidebars.src/popup/— the toolbar popup (React).src/steam/— Steam profile URL parsing and match patterns.src/i18n/— supported locales and runtime translations.src/entrypoints/— thin WXT wiring for the background, content script, and popup.
Common commands: bun run dev (live reload), bun run test (Vitest), bun run check (lint), bun run compile (typecheck).
PRs welcome.