Sound Adjuster Firefox

Examine source code of Sound Adjuster

By: tropic
Inspect and view changes in Sound Adjuster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Sound Adjuster",
  "version": "2.0",
  "description": "Control the volume (gain) and stereo balance (pan) of audio in tabs.",
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Sound Adjuster",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "theme_icons": [
      {
        "dark": "icon16.png",
        "light": "icon16.png",
        "size": 16
      },
      {
        "dark": "icon48.png",
        "light": "icon48.png",
        "size": 48
      },
      {
        "dark": "icon128.png",
        "light": "icon128.png",
        "size": 128
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{072d02fa-46fc-4392-9571-a2fa1a693cd9}"
    }
  }
}

Best Sound Adjuster Alternatives

Here are some Firefox add-ons that are similar to Sound Adjuster: