AI Chat Speed Booster
Speeds up AI chats by showing recent messages first and letting you load older ones on demand.
As of June 2026, AI Chat Speed Booster has 3,000 users and a 4.85/5 rating from 26 reviews in the Productivity category.
Usersup 380.8 percent+380.8%
3.0K
3,000
Ratingup 3.0 percent+3.0%
4.85
26 reviews
Reviewsup 85.7 percent+85.7%
26
Version
1.4.5
Manifest V3
90-day change · In the last 90 days this extension gained 2.4K users, 5 version updates, changed permissions.
History
10 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 624 | 4.71 | 14 | 1.3.4 |
| Apr 9, 2026 | 775 | 4.73 | 15 | 1.4.0 |
| Apr 26, 2026 | 1.0K | 4.79 | 19 | 1.4.1 |
| May 9, 2026 | 1.0K | 4.80 | 20 | 1.4.1 |
| May 14, 2026 | 1.0K | 4.83 | 23 | 1.4.3 |
| May 18, 2026 | 2.0K | 4.83 | 24 | 1.4.4 |
| May 23, 2026 | 2.0K | 4.83 | 24 | 1.4.5 |
| May 28, 2026 | 3.0K | 4.83 | 24 | 1.4.5 |
| Jun 10, 2026 | 5.0K | 4.84 | 25 | 1.4.5 |
| Jun 21, 2026 | 5.0K | 4.85 | 26 | 1.4.5 |
| Now | 3.0K | 4.85 | 26 | 1.4.5 |
Changelog
- May 18, 2026description
Long AI Chat conversations slow your browser to a crawl. AI Chat Speed Booster fixes this by only rendering the most recent messages and loading the rest on demand. It's also fully open source and actively maintained https://github.com/Noah4ever/ai-chat-speed-booster. Works with: ChatGPT, Claude, Gemini How it works: • Only the last 10 messages are shown when you open a conversation (configurable) • Caches up to 5 chats with an LRU cache for faster switching between recent conversations • Older messages are hidden before the browser renders them, so there's zero layout cost • A "Load More" button appears at the top. Click it to reveal older messages in batches (also has Auto Load to automatically load new messages when scrolling up) • New messages follow FIFO: when a new message arrives, the oldest visible one is hidden automatically • Reduces the amount of chat data before rendering for even faster load times • See weekly request to manage subscriptions better Settings: • Visible messages: how many messages to show at a time (default: 10) • Batch size: how many messages to reveal per "Load More" click (default: 5) • Enable/disable toggle: turn the extension on or off without uninstalling Privacy: • No message content is ever read, stored, or transmitted • No analytics, telemetry, or external network requests • All settings stay in your browser's local storage • Open source
Long AI chat conversations slow your browser to a crawl. AI Chat Speed Booster fixes this by only rendering the most recent messages and loading the rest on demand. It's also fully open source and actively maintained https://github.com/Noah4ever/ai-chat-speed-booster. Works with: ChatGPT, Claude, Gemini How it works: • Only the last 3 messages are shown when you open a conversation (configurable) • Caches up to 5 trimmed conversation responses with an LRU cache for faster switching between recent conversations • Older messages are hidden before the browser renders them, so there's zero layout cost • A "Load More" button appears at the top. Click it to reveal older messages in batches (also has Auto Load to automatically reveal older messages when scrolling to the top) • New messages follow FIFO: when a new message arrives, the oldest visible one is hidden automatically • Reduces the amount of chat data before rendering for even faster load times • Track weekly requests to manage subscriptions better Settings: • Visible messages: how many messages to show at a time (default: 3) • Batch size: how many messages to reveal per "Load More" click (default: 3) • Fast Mode: intercept and trim chat data before it reaches the renderer • Hide old messages: toggle DOM hiding on or off (useful if a site has its own virtualization) • Auto Load: automatically reveal older messages when scrolling to the top • Status indicator: show/hide and reposition the floating in-page badge • Weekly request limit: set a threshold to help monitor subscription usage • Theme: light or dark • Enable/disable toggle: turn the extension on or off without uninstalling Privacy: • No message content is ever read, stored, or transmitted • No analytics, telemetry, or external network requests • All settings stay in your browser's local storage • Open source
- May 9, 2026description
Long AI Chat conversations slow your browser to a crawl. AI Chat Speed Booster fixes this by only rendering the most recent messages and loading the rest on demand. It's also fully open source and actively maintained https://github.com/Noah4ever/ai-chat-speed-booster. Works with: ChatGPT, Claude, Gemini How it works: • Only the last 10 messages are shown when you open a conversation (configurable) • Caches up to 5 chats with an LRU cache for faster switching between recent conversations • Older messages are hidden before the browser renders them, so there's zero layout cost • A "Load More" button appears at the top. Click it to reveal older messages in batches • New messages follow FIFO: when a new message arrives, the oldest visible one is hidden automatically • Reduces the amount of chat data before rendering for even faster load times Settings: • Visible messages: how many messages to show at a time (default: 10) • Batch size: how many messages to reveal per "Load More" click (default: 5) • Enable/disable toggle: turn the extension on or off without uninstalling Privacy: • No message content is ever read, stored, or transmitted • No analytics, telemetry, or external network requests • All settings stay in your browser's local storage • Open source
Long AI Chat conversations slow your browser to a crawl. AI Chat Speed Booster fixes this by only rendering the most recent messages and loading the rest on demand. It's also fully open source and actively maintained https://github.com/Noah4ever/ai-chat-speed-booster. Works with: ChatGPT, Claude, Gemini How it works: • Only the last 10 messages are shown when you open a conversation (configurable) • Caches up to 5 chats with an LRU cache for faster switching between recent conversations • Older messages are hidden before the browser renders them, so there's zero layout cost • A "Load More" button appears at the top. Click it to reveal older messages in batches (also has Auto Load to automatically load new messages when scrolling up) • New messages follow FIFO: when a new message arrives, the oldest visible one is hidden automatically • Reduces the amount of chat data before rendering for even faster load times • See weekly request to manage subscriptions better Settings: • Visible messages: how many messages to show at a time (default: 10) • Batch size: how many messages to reveal per "Load More" click (default: 5) • Enable/disable toggle: turn the extension on or off without uninstalling Privacy: • No message content is ever read, stored, or transmitted • No analytics, telemetry, or external network requests • All settings stay in your browser's local storage • Open source
- Apr 9, 2026permissions
storage, tabs
storage
- Apr 1, 2026description
Long AI Chat conversations slow your browser to a crawl. AI Chat Speed Booster fixes this by only rendering the most recent messages and loading the rest on demand. It's also fully open source and actively maintained https://github.com/Noah4ever/ai-chat-speed-booster. How it works: • Only the last 10 messages are shown when you open a conversation (configurable) • Older messages are hidden before the browser renders them, so there's zero layout cost • A "Load More" button appears at the top. Click it to reveal older messages in batches • New messages follow FIFO: when a new message arrives, the oldest visible one is hidden automatically Settings: • Visible messages: how many messages to show at a time (default: 10) • Batch size: how many messages to reveal per "Load More" click (default: 5) • Enable/disable toggle: turn the extension on or off without uninstalling Privacy: • No message content is ever read, stored, or transmitted • No analytics, telemetry, or external network requests • All settings stay in your browser's local storage • Open source
Long AI Chat conversations slow your browser to a crawl. AI Chat Speed Booster fixes this by only rendering the most recent messages and loading the rest on demand. It's also fully open source and actively maintained https://github.com/Noah4ever/ai-chat-speed-booster. Works with: ChatGPT, Claude, Gemini How it works: • Only the last 10 messages are shown when you open a conversation (configurable) • Caches up to 5 chats with an LRU cache for faster switching between recent conversations • Older messages are hidden before the browser renders them, so there's zero layout cost • A "Load More" button appears at the top. Click it to reveal older messages in batches • New messages follow FIFO: when a new message arrives, the oldest visible one is hidden automatically • Reduces the amount of chat data before rendering for even faster load times Settings: • Visible messages: how many messages to show at a time (default: 10) • Batch size: how many messages to reveal per "Load More" click (default: 5) • Enable/disable toggle: turn the extension on or off without uninstalling Privacy: • No message content is ever read, stored, or transmitted • No analytics, telemetry, or external network requests • All settings stay in your browser's local storage • Open source
- Apr 1, 2026host_permissions
*://chatgpt.com/*, *://claude.ai/*
*://chatgpt.com/*, *://claude.ai/*, *://gemini.google.com/*
Permissions & access
- Permissions
- storage
- Host access
- *://chatgpt.com/*, *://claude.ai/*, *://gemini.google.com/*
Screenshots
About
Long AI chat conversations slow your browser to a crawl. AI Chat Speed Booster fixes this by only rendering the most recent messages and loading the rest on demand. It's also fully open source and actively maintained https://github.com/Noah4ever/ai-chat-speed-booster. Works with: ChatGPT, Claude, Gemini How it works: • Only the last 3 messages are shown when you open a conversation (configurable) • Caches up to 5 trimmed conversation responses with an LRU cache for faster switching between recent conversations • Older messages are hidden before the browser renders them, so there's zero layout cost • A "Load More" button appears at the top. Click it to reveal older messages in batches (also has Auto Load to automatically reveal older messages when scrolling to the top) • New messages follow FIFO: when a new message arrives, the oldest visible one is hidden automatically • Reduces the amount of chat data before rendering for even faster load times • Track weekly requests to manage subscriptions better Settings: • Visible messages: how many messages to show at a time (default: 3) • Batch size: how many messages to reveal per "Load More" click (default: 3) • Fast Mode: intercept and trim chat data before it reaches the renderer • Hide old messages: toggle DOM hiding on or off (useful if a site has its own virtualization) • Auto Load: automatically reveal older messages when scrolling to the top • Status indicator: show/hide and reposition the floating in-page badge • Weekly request limit: set a threshold to help monitor subscription usage • Theme: light or dark • Enable/disable toggle: turn the extension on or off without uninstalling Privacy: • No message content is ever read, stored, or transmitted • No analytics, telemetry, or external network requests • All settings stay in your browser's local storage • Open source
Technical
- Version
- 1.4.5
- Manifest
- V3
- Size
- 3.98MiB
- Min Chrome
- 110
- Languages
- 1
- Featured
- No
Metadata
- ID
- fgefgkfmapdjjjdekejanelknedclfik
- Developer ID
- u624926c6e285fc657b29c84fe3ee4cb3
- Developer Email
- [email protected]
- Created
- Mar 6, 2026
- Last Updated (Store)
- May 20, 2026
- Last Scraped
- Jun 21, 2026
- Privacy Policy
- —
Similar extensions
Alternatives to AI Chat Speed Booster, ranked by description similarity.
AI Chat Turbo
Speed up long ChatGPT and Claude.ai conversations. Trims rendered messages to keep the UI fast. No data collected.
652
★ 4.8
AI Chat Scroller
Scroll between divs with a specific class using Up and Down buttons.
23
★ 4.0
Google AI Studio Chat Optimizer
Optimizes Google's AI Studio Chat pages and Stream page by automatically trimming conversation history.
4.0K
★ 4.6
QuickChat: Smart AI Chat Access
Enhanced AI-powered browser extension with improved chat interface, analytics, and keyboard shortcuts.
1.0K
AIChatHelper
Navigate AI Chat conversation history. Lists user questions in sidebar, click to jump to position.
4
GPT Performance Optimizer
Clamps ChatGPT conversations to last N messages keeping long chats fast.
248
★ 5.0
ChatGPT Speed Booster
Keeps ChatGPT fast in long conversations by hiding older messages. Fix slow ChatGPT and reduce lag instantly.
1.0K
★ 4.5
Unfreeze for ChatGPT
Makes long ChatGPT conversations load instantly by showing recent messages first
50
Data sourced from the Chrome Web Store · last verified Jun 21, 2026.