YAESQ (Yet Another Simple Equalizer) Firefox

Examine source code of YAESQ (Yet Another Simple Equalizer)

Inspect and view changes in YAESQ (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": "YAESQ (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": "YAESQ",
    "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": "{20f9b738-5692-4d1a-b1bd-a09da6526d66}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YAESQ (Yet Another Simple Equalizer) Alternatives

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