Volume Boost for me only Firefox

Examine source code of Volume Boost for me only

Inspect and view changes in Volume Boost for me only source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Volume Boost",
  "version": "1.0.0",
  "description": "Boost media volume up to 500% on any website.",
  "browser_specific_settings": {
    "gecko": {
      "id": "volume-boost@simons-extensions",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Volume Boost"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ]
}

Best Volume Boost for me only Alternatives

Here are some Firefox add-ons that are similar to Volume Boost for me only: