Audio Customizer Firefox

Examine source code of Audio Customizer

Inspect and view changes in Audio Customizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Audio Customizer",
  "version": "2.0.0",
  "description": "An extension for users with specific audio needs. It enables them to tune out low/high frequencies that they might be sensitive to or force stereo audio to come out as mono.",
  "icons": {
    "48": "images/logo-48.ico",
    "96": "images/logo-96.ico"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "filter.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "theme"
  ],
  "browser_action": {
    "default_title": "Frequency Limiter Parameters",
    "default_popup": "menu.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3742151e-5d52-449c-b40d-f0a66ae39665}"
    }
  }
}

Best Audio Customizer Alternatives

Here are some Firefox add-ons that are similar to Audio Customizer: