Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Preview of MBs Tab Volume Control

MBs Tab Volume Control by monerobull

Adjust the volume of individual browser tabs

ExperimentalExperimental
0 (0 reviews)0 (0 reviews)
Download Firefox and get the extension
Download file

Extension Metadata

About this extension
Tab Volume Control

A lightweight Firefox extension to set the audio volume of individual websites. Volumes are remembered per site (by hostname) and re-applied automatically on future visits.

Features
  • Per-site volume control from 0–100%, saved automatically
  • Mute / unmute with one click (restores your previous level)
  • Works with both plain <audio>/<video> elements and sites that use the Web Audio API
  • Acts as a multiplier on top of the site's own volume control, so a site's
    built-in slider (e.g. YouTube's) keeps working alongside it
  • Embedded cross-origin players (e.g. iframes) inherit the parent page's setting
  • Visual indicator for tabs that are currently producing audio
  • Leaves a site's audio untouched until you actually set a volume for it

Usage

Click the toolbar icon to open the popup. It lists the open tabs in the current
window that support volume control. Drag a slider to set that site's volume, or
click the speaker icon to mute/unmute. Changes apply immediately to every open
tab of the same site and are remembered for next time.

How it works
  • A content script injects a small page-context script (content_scripts/inject.js)
    that hooks HTMLMediaElement and the Web Audio API. It intercepts the
    element's volume property so the chosen level is applied as a multiplier
    (output = siteVolume × extensionVolume), letting a site's own volume control
    keep functioning, and uses a Web Audio gain node for sites that route audio
    through the Web Audio API.
  • A background script (background.js) resolves the requesting frame's
    top-level host, so cross-origin iframes get the volume set for the page
    they're embedded in.
  • Settings are stored with browser.storage.local, keyed by hostname.

Permissions
  • tabs — list open tabs and their titles/favicons in the popup
  • storage — remember per-site volume settings
  • <all_urls> — apply volume on any site you visit
Rated 0 by 0 reviewers
Log in to rate this extension
There are no ratings yet

Star rating saved

5
0
4
0
3
0
2
0
1
0
No reviews yet
Permissions and data

Required permissions:

  • Access browser tabs
  • Access your data for all websites

Data collection:

  • The developer says this extension doesn't require data collection.
Learn more
More information
Add-on Links
  • Support site
  • Copy add-on ID
Version
1.0
Size
17.18 KB
Last updated
24 days ago (Jun 23, 2026)
Related Categories
  • Tabs
License
MIT License
Version History
  • See all versions
Add to collection
Report this add-on
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Download

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Latest Builds

  • Nightly
  • Beta

Firefox for Business

  • Enterprise

Community

  • Connect
  • Contribute
  • Developer

Follow

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.