Simple 5-Band Equalizer Firefox

Examine source code of Simple 5-Band Equalizer

Inspect and view changes in Simple 5-Band Equalizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple 5-Band Equalizer",
  "version": "1.0",
  "description": "Apply a simple 5-band equalizer to audio/video elements on the current page.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_title": "5-Band EQ",
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5ee72902-d006-43fe-b22b-8a05d94fa817}",
      "strict_min_version": "109.0"
    }
  }
}

Best Simple 5-Band Equalizer Alternatives

Here are some Firefox add-ons that are similar to Simple 5-Band Equalizer: