S&R Extension adds quick remix controls to media playing in your browser. Slow a track down, add reverb, boost low end, preserve or shift pitch, and save your favorite settings as presets.
- Playback speed control from
0.5xto1.5x. - Reverb mix control.
- Bass boost control.
- Pitch preservation toggle.
- Built-in Slowed+Reverb, Nightcore, and Clean presets.
- Custom presets and saved defaults.
- Global on/off toggle that leaves your settings untouched.
- Keyboard-accessible sliders and buttons.
- Support for normal page media, Shadow DOM media, frames, and Spotify's hidden WebAudio playback path.
- Download or clone this repository.
- Open
chrome://extensionsin Chrome or another Chromium-based browser. - Turn on Developer mode.
- Click Load unpacked.
- Select the folder that contains
manifest.json.
After updating the files, reload the extension from chrome://extensions.
- Open a page with audio or video.
- Open the S&R Extension popup.
- Choose a preset or adjust the controls manually.
- Use Save under Defaults to reuse your current settings later.
- Use the Extension toggle to turn effects off without losing your settings.
Spotify uses a hidden WebAudio player, so the extension installs an early Spotify-specific media hook. If Spotify was already open before the extension loaded, the popup may refresh the Spotify tab once so playback can be detected correctly.
If Spotify does not respond after an extension update, reload the extension, close the Spotify tab, and open Spotify again.
The extension asks for:
activeTab: apply controls to the tab you opened the popup from.scripting: inject the media controller into the active tab.storage: save activation state, defaults, and custom presets.
S&R Extension does not send analytics, browsing history, media URLs, cookies, or tokens to any external service. Settings are stored through browser extension storage.
S&R Extension is open source under the MIT License. See LICENSE for details.
Some sites block audio capture features, which can limit reverb or bass boost. Speed and pitch controls may still work on those pages. If the popup says no compatible media was found, refresh the page and reopen the extension.