Disclaimer: This is an unofficial extension using non-public/undocumented Cursor endpoints. I provide no warranty for usage or pricing accuracy. Always verify billing in the official Cursor dashboard.
Chrome extension (Manifest V3) for tracking Cursor usage in one popup.
Because dist/ is versioned, you can load the extension directly from that folder.
- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked
- Select the
dist/directory
- Stores session tokens locally in
chrome.storage.local - Fetches usage directly from Cursor endpoints
- Auto-detects account behavior by response fields (for example
limitType) - Supports optional team soft-limit progress per account
- Open extension Settings
- Add account:
Account NameSession Token(WorkosCursorSessionTokenvalue or full cookie string)Team On-Demand Soft Limit (USD)(optional)
- Save
Recommended token retrieval:
- Open an Incognito/Private window
- Log in at
https://cursor.com - DevTools -> Application -> Cookies ->
https://cursor.com - Copy
WorkosCursorSessionToken - Paste into Settings
- Close Incognito/Private window when done (do not click Log out)
From repository root:
make build
make zip- Build output:
dist/ - ZIP output:
build/cursor-usage-extension-v<version>.zip
