Yet Another Simple Equalizer Firefox

Examine source code of Yet Another Simple Equalizer

Inspect and view changes in Yet Another Simple Equalizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Yet Another Simple Equalizer",
  "version": "1.1",
  "description": "Apply a simple 5-band equalizer to audio/video elements.",
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Yet Another Simple Equalizer",
    "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": "{f9ef3455-a5a1-4a7d-8ff8-e2313bd90b00}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Yet Another Simple Equalizer Alternatives

Here are some Firefox add-ons that are similar to Yet Another Simple Equalizer: