A quiet recording, headphones at full volume, and you still cannot make out what is being said. Nothing is broken. You have simply hit a limit that lives in the audio itself rather than in your hardware.
100 percent means "as recorded", not "as loud as possible"
The volume slider on a video player is an attenuator. At 100 percent it is not adding anything, it is just declining to reduce the signal. If the audio was recorded quietly, or mastered quietly, or captured on a laptop microphone across a room, then 100 percent of quiet is still quiet.
Your speakers are almost never the constraint. They have plenty of headroom left. What is missing is a stage that multiplies the signal before it reaches them.
The player's slider can only take away. To go louder than the source, something has to add gain.
What a booster actually does
The Web Audio API lets an extension insert itself into a page's audio path. The audio from the video element is routed through a gain node, multiplied by a factor you control, and passed on to the output. A gain of 3.0 is 300 percent, 6.0 is 600 percent.
This is genuine amplification rather than a trick, which is why it can rescue recordings that no system setting will fix. It is also why it needs to be used with some care.
The distortion problem, and the honest fix
Multiply a signal enough and its peaks exceed what the output can represent. Those peaks flatten off, and flattened peaks sound like harsh crackling distortion. This is clipping, and it is the reason naive volume boosters sound terrible at high settings.
The fix is a compressor placed after the gain stage. It reduces the loudest peaks before they can clip, which lets the overall level sit much higher while staying clean. In practice this means you can run 400 or 500 percent on a quiet recording and still hear speech clearly rather than a distorted mess.
If you are boosting hard and it sounds crunchy, turning on anti distortion is almost always the answer before turning the gain down.
Sensible levels
- 100 to 200 percent. Ordinary quiet videos. Safe on any content.
- 200 to 400 percent. Phone recordings, lecture captures, distant microphones. Worth enabling anti distortion here.
- 400 to 600 percent. Genuinely faint source audio. Expect to need compression, and drop your system volume first so a loud passage does not catch you out.
That last point matters more than it sounds. Set high boost while a quiet passage is playing and the next loud moment arrives at full force. Lower system volume before raising gain, then bring the system back up.
Per tab, not global
Boost belongs to the tab, not the browser. A quiet lecture on one tab can sit at 400 percent while music on another stays at 100. This is also why a per tab mixer is useful once you have several noisy tabs open: you balance them against each other instead of hunting for whichever one is too loud.
What cannot be boosted
Protected content is the exception, and it is worth being straightforward about it. Services that use DRM route audio through a protected media pipeline that extensions cannot access. That is a deliberate design decision by the browser and the platform, not a gap waiting to be patched. On those sites a booster will not work, and nothing available honestly claims otherwise.
Everywhere else, ordinary video and audio elements, boosting works as described. If the result is loud but still muddy, gain is not the tool you need, and the guide to fixing muddy audio with an equalizer covers the one that is.