UsageX 作者: nondeader
Track Claude.ai session %, weekly %, effort levels, and token usage trends via a customizable on-page sidebar. Privacy-focused, local-first storage, with multi-account support.
無使用者無使用者
擴充套件後設資料
畫面擷圖
關於此擴充套件
UsageX v2 is a privacy-focused browser extension designed to help you monitor and optimize your Claude.ai usage limits directly on the page. All stats are calculated and stored locally on your device.
✨ Features:
• On-Page Sidebar: Renders a clean, responsive panel docked inside Claude.ai (collapsible, resizable, or floats anywhere).
• Usage Gauges: Live percentage indicators for Claude's 5-hour and 7-day limits, calculated from official API responses.
• Token Burn Rate: Visual pulsing indicator showing your current prompt pace.
• Thinking Effort Breakdown: Tracks message counts per effort level (Low, Medium, High, Max) and estimates token usage.
• Usage Heatmap & Sparklines: GitHub-style 30-day usage grid and 7-day sparkline charts for visual token trends.
• Multi-Account Support: Automatically detects account switching and segments stats per user.
• Custom Alert Sliders: Configure browser or toast notifications when usage thresholds are reached.
• Optional Feedback Form: Report issues or suggest features directly from the UI.
🔒 Privacy First:
UsageX stores 100% of your usage logs locally in IndexedDB. No third-party trackers, no telemetry. The only outbound network connection is the optional, user-initiated feedback form.
✨ Features:
• On-Page Sidebar: Renders a clean, responsive panel docked inside Claude.ai (collapsible, resizable, or floats anywhere).
• Usage Gauges: Live percentage indicators for Claude's 5-hour and 7-day limits, calculated from official API responses.
• Token Burn Rate: Visual pulsing indicator showing your current prompt pace.
• Thinking Effort Breakdown: Tracks message counts per effort level (Low, Medium, High, Max) and estimates token usage.
• Usage Heatmap & Sparklines: GitHub-style 30-day usage grid and 7-day sparkline charts for visual token trends.
• Multi-Account Support: Automatically detects account switching and segments stats per user.
• Custom Alert Sliders: Configure browser or toast notifications when usage thresholds are reached.
• Optional Feedback Form: Report issues or suggest features directly from the UI.
🔒 Privacy First:
UsageX stores 100% of your usage logs locally in IndexedDB. No third-party trackers, no telemetry. The only outbound network connection is the optional, user-initiated feedback form.
由 1 位評論者給出 0 分
權限與資料
必要權限:
- 向您顯示通知
- 存取瀏覽器分頁
- 存取您在 claude.ai 的資料
- 存取您在 www.claude.ai 的資料
選用的權限:
- 存取您在 claude.ai 的資料
- 存取您在 www.claude.ai 的資料
更多資訊
Technical Review Notes:
1. MAIN-World Injection (inject.js):
To intercept Claude's fetch responses and read usage stats, we inject
inject.jsinto the MAIN world context. The communication channel between the content script and inject.js is secured using a local random-string secret and restricted to the https://claude.ai origin.2. External Network Connections:
All calculated usage statistics are stored locally on the device (in IndexedDB and storage.local). The only outbound network connection this extension makes is a single POST request to Google Apps Script (script.google.com) which is triggered exclusively when the user manually submits the optional feedback form on the Help tab.
No minification or obfuscation is used; all code is fully readable.
Testing Steps:
1. Open https://claude.ai and log in.
2. The sidebar dashboard will render. Send a message to see counts estimate live.
3. Open the extension popup to view identical stats in the browser action popup.
4. (Optional) Submit feedback from the Help tab to verify the permission prompt and submission behavior.