SoundFixer local-only Firefox

Examine source code of SoundFixer local-only

Inspect and view changes in SoundFixer local-only source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundFixer (local-only)",
  "version": "1.0.0",
  "description": "Normalize and stabilize audio of audio/video elements on the page. Local-only: uses Web Audio API (auto gain, soft limiter, mute).",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "SoundFixer",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "soundfixer-local@example.com",
      "strict_min_version": "60.0"
    }
  }
}

Best SoundFixer local-only Alternatives

Here are some Firefox add-ons that are similar to SoundFixer local-only: