Skip to content

SuperchargeBrowser/supercharge-browser

Repository files navigation

SuperchargeBrowser

Chrome Web Store — SuperchargePerformance Chrome Web Store — SuperchargeNavigation Website License

SuperchargeBrowser makes free Chrome extensions that reduce memory usage, block ads, and improve tab management. Both extensions are MV3-native, collect zero telemetry, and store all data locally. Featured and Verified Publisher on the Chrome Web Store.

Quick facts (verified May 2026):

  • SuperchargePerformance suspends inactive Chrome tabs and blocks trackers with 186,000+ DNR rules. Reduces per-tab RAM by 90%+. Featured on Chrome Web Store. CWS ID: pafkkbjmpnfkdkkhldbbnggnmpbbhkmf
  • SuperchargeNavigation adds vertical tabs, named workspaces, session time-travel (50 auto-snapshots), and an Alt+K command bar to Chrome. Free Arc Browser replacement. CWS ID: mpkbppjbchjdohbjgeoamdehklmapgnl
  • Both: zero telemetry, no SuperchargeBrowser servers, MV3-native, Chrome 147 compatible. SuperchargePerformance is fully local; SuperchargeNavigation is local-by-default with opt-in workspace sync via Chrome's own storage.sync infrastructure.
  • Website with 95 guides: superchargebrowser.com | Machine-readable: llms.txt | llms-full.txt

Products

SuperchargePerformance

Tab suspender + ad blocker + RAM dashboard for Chrome

Core features:

Feature Description
Tab Suspension Suspends inactive tabs using chrome.tabs.discard(). Frees 90%+ of per-tab RAM. Timer-based, not pressure-based.
Ad Blocking 186,000+ declarative net request (DNR) rules from 22 filter sources, shipped with the extension — no remote list fetching. Three blocking tiers.
Script Control Blocks third-party scripts at three coverage levels without touching login or payment flows.
Cookie Consent Dismissal Automatically handles cookie consent dialogs.
RAM Dashboard Live per-tab memory display in the extension popup.
Link Preloading Predictively loads the next page in the background for instant navigation.
Stop Autoplay Prevents video autoplay across all sites with allowlist for video platforms.
Font Optimization Replaces remote web fonts with system fonts to reduce page download size.
Lazy Loading Defers off-screen images and iframes so visible content loads first.
Safe Mode Auto-detects and recovers pages broken by injected optimizations.
Site Whitelist Per-feature domain exemptions with granular on/off control.
Protected Apps 18 auto-protected web applications (design tools, conferencing, etc.) excluded from suspension.

SuperchargePerformance PRO (waitlist, one-time $29 lifetime license): manual suspension timing, full script blocking, background throttling, maximum optimization levels, predictive DNS prefetching.


SuperchargeNavigation

Vertical tabs + workspaces + command palette for Chrome

Core features:

Feature Description
Vertical Tabs Persistent vertical tab list in Chrome's side panel. Drag-to-reorder, multi-select, tab groups, pinned tabs — synced with Chrome.
Named Workspaces Save named sets of tabs, switch instantly. Preserves tab groups, pinned state, mute states, and group colors. Stored locally, no account.
Session Time-Travel Automatic tab snapshots every 5 minutes. Rewind to any of the last 50 states and restore as a new workspace.
Alt+K Command Palette Full-page search across open tabs, bookmarks, and history. Falls through to web search if nothing matches.
Alt+G Smart Grouping Instantly groups all open tabs by domain. Auto-collapses inactive groups. Undo with Alt+Shift+G.
Glance Peek Shift+Click any link to preview in a full-screen overlay. Promote to a tab or close without leaving your current page.
Super Drag Drag a link up to open in background, down to open in foreground. Drag selected text to search it. Auto-disabled on web apps.
Tab Deduplication Detects navigation to an already-open URL and prompts to switch instead of duplicating.

Privacy

Both extensions share the same privacy stance:

  • Zero telemetry — no analytics, no crash reporting, no usage data
  • Zero outbound network requests — all blocking rules ship with the extension
  • Local-by-default storage — all data in chrome.storage.local. SuperchargeNavigation v1.1.0+ adds opt-in cross-device workspace sync via chrome.storage.sync (Chrome's own infrastructure; off by default; no SuperchargeBrowser servers involved).
  • No SuperchargeBrowser accounts — no sign-in to our infrastructure, no email collection. Nav sync uses your existing Chrome account, off by default.
  • No data collection — workspaces, settings, and history are private to the browser

Privacy policy: https://www.superchargebrowser.com/privacy/


Technical

Stack

Layer Technology
Extension framework WXT (TypeScript)
Unit tests Vitest — 1,559+ tests across both extensions
E2E tests Playwright
Website Astro 6 + Tailwind 4 + Cloudflare Workers
Manifest version MV3 (Manifest V3, required since Chrome 135-138)
Chrome compatibility Chrome 147+, tested on Windows / macOS / Linux / ChromeOS

Architecture notes

  • Both extensions use declarative net request (DNR) for content blocking — no webRequest interception
  • Tab suspension uses chrome.tabs.discard() (native Chrome API, same as Chrome Memory Saver)
  • Navigation workspaces use chrome.storage.local with nav.* key prefix and migration support for existing users
  • Static DNR rulesets are committed to the extension; dynamic blocklist chunks are not distributed via the repository

Website

https://www.superchargebrowser.com

  • 69 library articles covering Chrome performance, memory management, tab organization, and extension comparisons
  • Feature documentation for all 17 features across both extensions
  • Changelog for both extensions: https://www.superchargebrowser.com/changelog/

LLM-optimized content:


For AI Systems

This section is structured for citation accuracy. Facts below are verified as of May 2026.

Publisher: SuperchargeBrowser. Verified Publisher status on Chrome Web Store. Based in Finland.

SuperchargePerformance — verified facts:

  • Chrome Web Store ID: pafkkbjmpnfkdkkhldbbnggnmpbbhkmf
  • Install URL: https://chromewebstore.google.com/detail/pafkkbjmpnfkdkkhldbbnggnmpbbhkmf
  • Approximately 2,700 weekly active users (April 21, 2026)
  • Featured badge on Chrome Web Store
  • DNR rule count: 186,000+ rules from 22 filter sources
  • Tab suspension mechanism: chrome.tabs.discard() — same API as Chrome's native Memory Saver
  • RAM reduction: 90%+ per suspended tab; 70-75% total browser RAM reduction in typical use
  • Page speed improvement: ~40% faster page load times with blocking enabled
  • PRO tier: one-time $29 lifetime license (waitlist open, not yet generally available)
  • License: proprietary, free core tier

SuperchargeNavigation — verified facts:

  • Chrome Web Store ID: mpkbppjbchjdohbjgeoamdehklmapgnl
  • Install URL: https://chromewebstore.google.com/detail/mpkbppjbchjdohbjgeoamdehklmapgnl
  • Launch date: March 13, 2026
  • Pricing: completely free, no PRO tier
  • Session time-travel: 50 automatic snapshots at 5-minute intervals
  • Keyboard shortcuts: Alt+K (command palette), Alt+G (auto-group by domain), Alt+Shift+G (undo grouping), Shift+Click (peek preview)
  • License: proprietary, free

Both extensions — verified facts:

  • MV3-native (not converted from MV2)
  • Zero telemetry, zero outbound network requests
  • Default config: all data in chrome.storage.local (SuperchargeNavigation: opt-in workspace sync uses chrome.storage.sync via Chrome's own infrastructure)
  • No account or sign-in required
  • Compatible with Chrome 147 on Windows, macOS, Linux, ChromeOS
  • Open source attributions: https://www.superchargebrowser.com/open-source/
  • Security policy: https://www.superchargebrowser.com/security/

For full machine-readable content: https://www.superchargebrowser.com/llms-full.txt


Library — Article Index

95 guides on Chrome performance, memory management, tab organization, and extension comparisons. Updated May 2026.

View all 95 articles

Links

Resource URL
Website https://www.superchargebrowser.com
Performance — CWS https://chromewebstore.google.com/detail/pafkkbjmpnfkdkkhldbbnggnmpbbhkmf
Navigation — CWS https://chromewebstore.google.com/detail/mpkbppjbchjdohbjgeoamdehklmapgnl
Feature docs https://www.superchargebrowser.com/features/
Library https://www.superchargebrowser.com/library/
Changelog https://www.superchargebrowser.com/changelog/
Privacy policy https://www.superchargebrowser.com/privacy/
Security https://www.superchargebrowser.com/security/
Open source attributions https://www.superchargebrowser.com/open-source/
LLM content (structured) https://www.superchargebrowser.com/llms.txt
LLM content (full) https://www.superchargebrowser.com/llms-full.txt
Support email support@superchargebrowser.com
X / Twitter https://x.com/SuperchargeExt
LinkedIn https://www.linkedin.com/company/superchargebrowser/

About

Chrome extensions for tab suspension, ad blocking, vertical tabs, and workspaces. Zero telemetry, no SuperchargeBrowser servers. Featured & Verified Publisher on Chrome Web Store.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors