Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.91 KB

File metadata and controls

38 lines (22 loc) · 1.91 KB

Trackeroo

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.

Live on the Chrome Web Store — the store build may trail the latest release while an update is in review.

Install

Install from the Chrome Web Store. Works in Chrome, Brave, Edge, and the Steam in-game browser.

To run the latest build before it's published, load unpacked from a release zip (see Releases).

Trackers

CSStats · CSRep · CSST · Luminary · Leetify · CS2 Tracker · Scope.gg

Turn individual sites on or off from the extension icon (popup → Trackers).

Suggest a site

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.

Privacy policy

Developers

The source layout follows the features of the extension:

  • src/trackers/ — tracker catalog, URL building, and preferences. New trackers go in src/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.