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.
0 人のレビュー担当者が 0 と評価しました
権限とデータ
必要な権限:
- 通知の表示
- ブラウザーのタブへのアクセス
- claude.ai のユーザーデータへのアクセス
- www.claude.ai のユーザーデータへのアクセス
任意の許可設定:
- claude.ai のユーザーデータへのアクセス
- www.claude.ai のユーザーデータへのアクセス
詳しい情報
- バージョン
- 2.1.5
- サイズ
- 954.42 KB
- 最終更新日
- 9時間前 (2026年7月12日)
- 関連カテゴリー
- ライセンス
- MIT License
- プライバシーポリシー
- このアドオンのプライバシーポリシーを読む
- バージョン履歴
- コレクションへ追加
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.