ChatGPT++

ChatGPT++

Performance-first enhancement layer for serious ChatGPT users.

Documentation
Features

Built for power users.

Typing Lag Virtualization

Eliminates input lag in long conversations by virtualizing off-screen messages with CSS content-visibility. DOM stays lightweight regardless of thread length.

Bulk Chat Management

Select multiple conversations with checkboxes. Archive or delete in bulk via ChatGPT's own API. Shift-click for multi-select. Rate-limited with exponential backoff.

Secure Chat Lock

PIN-based vault protection for sensitive conversations. PIN hashed with SHA-256 via Web Crypto API and stored locally. Auto-relock after 3 minutes of inactivity.

Hide Chats

Temporarily remove conversations from the sidebar without deleting them. Toggle visibility instantly. Hidden chat IDs persist across browser restarts via chrome.storage.

Context Intelligence Bar

Live token-usage progress bar in the chat header. Shows prompt and completion token counts, file attachment tracking, and blocked-feature detection. The popover now includes a System section with Memory count, generated image count, and Custom Instructions status.

Organize by Date

Groups sidebar conversations into collapsible date buckets — Today, Yesterday, Last 7 Days, Last 30 Days, and monthly archives. Fetches up to 500 conversations.

Export to PDF / Markdown / TXT

Export any conversation in your preferred format. Walks the full message tree via linked-list traversal. Clean output with proper formatting — ready for docs, repos, or archives.

Architecture

Zero trust required.

01Manifest V3
02Client-side only
03No external servers
04No analytics
05No tracking
06No data leaves chatgpt.com
Security

Privacy by Design.

  • Runs entirely in your browser
  • No external API calls
  • No third-party tracking
  • Storage limited to Chrome local/sync
  • Vault PIN hashed with SHA-256
Read Full Privacy Policy