CSStats.gg Extension for Millennium
A Millennium plugin that integrates CSStats.gg data and functionality directly into the Steam client, providing enhanced Counter-Strike statistics and profile information.
๐ Prerequisites
Before installing this plugin, ensure you have:
- Millennium installed and configured
Example
๐ Installation Guide
Method 1: Millennium Plugin Installer (Recommended)
-
Copy Plugin ID
Copy the following Plugin ID
-
Install via Millennium
- Open Steam with Millennium installed
- Go to Millennium โ Plugins
- Click on the Install a plugin
- Paste the Plugin ID into the installer
- Click Install
- Restart Steam when prompted
Method 2: Build from Source
Step 1: Clone the Repository
git clone https://github.com/TOR968/csstats-extension.git
cd csstats-extensionStep 2: Install Dependencies
Install Node.js dependencies:
# Install pnpm if you haven't already
npm install -g pnpm
# Install project dependencies
pnpm installInstall Python dependencies:
# Windows
pip install -r requirements.txt
# Linux/macOS
pip3 install -r requirements.txtStep 3: Build the Plugin
For development:
pnpm run devFor production:
pnpm run buildStep 4: Install to Steam
Option A: Copy to plugins directory
# Windows
copy /R . "C:\Program Files (x86)\Steam\plugins\csstats-extension"
# Linux
cp -r . ~/.local/share/millennium/plugins/csstats-extension
# macOS
cp -r . ~/Library/Application\ Support/millennium/plugins/csstats-extensionOption B: Create symbolic link (for development)
# Windows (run as Administrator)
mklink /D "C:\Program Files (x86)\Steam\plugins\csstats-extension" "%CD%"
# Linux/macOS
ln -s "$(pwd)" ~/.local/share/millennium/plugins/csstats-extensionStep 5: Enable Plugin in Steam
- Completely close Steam (including system tray)
- Restart Steam
- Go to Millennium โ Plugins
- Enable "CSStats.gg Extension"
- Restart Steam once more
๐ Links
On this page
Languages
TypeScript73.8%JavaScript20.2%Lua5.9%
MIT License
Created August 27, 2025
Updated February 27, 2026

