Audio Boosting Firefox

Examine source code of Audio Boosting

Inspect and view changes in Audio Boosting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Audio Boosting",
  "description": "Boost the volume of all audio/video elements on the page with adjustable gain",
  "version": "1.0",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "Audio Boosting",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{34e649f7-df7b-47da-9c15-bfd61b5dd910}",
      "strict_min_version": "90.0"
    }
  }
}

Best Audio Boosting Alternatives

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