Sound Adjuster Firefox

Examine source code of Sound Adjuster

By: tropic Add-on
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": "Sound Adjuster",
  "version": "2.4.2",
  "description": "Control volume gain, stereo balance, equalizer, and optional per-site audio settings in Firefox tabs.",
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icon.svg",
    "48": "icon.svg",
    "96": "icon.svg",
    "128": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "popup-state.js",
      "site-profiles.js",
      "site-exceptions.js",
      "named-profiles.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Sound Adjuster",
    "default_icon": {
      "16": "icon.svg",
      "48": "icon.svg",
      "128": "icon.svg"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{072d02fa-46fc-4392-9571-a2fa1a693cd9}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Sound Adjuster Alternatives

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