Chrome Web Store
Chrome Extensions
Real-time audio processing for any Chrome tab. Built with the Web Audio API and Chrome's tab capture for low-latency, high-quality sound shaping.
Chromepressor
Full-featured dynamic range compressor for Chrome tabs. Includes threshold, ratio, attack, release, makeup gain, auto-threshold presets, and real-time gain reduction visualizer.
- Compressor
- Auto-Threshold
- Gain Reduction Visualizer
- Settings Panel
ChromeEQ
6-band parametric graphic equalizer for Chrome tabs. Each band has independent frequency, gain, and Q controls. Includes master gain and input/output level metering.
- 6-Band Parametric
- Frequency / Gain / Q
- Master Gain
- Level Meters
Under the Hood
Architecture
Both extensions share a clean Manifest V3 architecture designed for performance and reliability.
Tab Capture
Chrome's tabCapture API captures audio from the active tab without affecting other tabs or system audio.
Offscreen Document
An offscreen document runs the Web Audio API processing chain, keeping the audio pipeline isolated and efficient.
Service Worker
A background service worker coordinates tab capture, settings storage, and message routing between components.
Persistent Storage
All settings are saved via chrome.storage and automatically restored when reopening the extension.