Volume Booster Firefox

Examine source code of Volume Booster

By: yaagame
Inspect and view changes in Volume Booster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Volume Booster",
  "version": "2.0",
  "description": "Boost audio volume beyond 100%",
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>",
    "declarativeNetRequestWithHostAccess"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6b79e53-6445-46c3-ac8c-df380dbee03c}"
    }
  }
}

Best Volume Booster Alternatives

Here are some Firefox add-ons that are similar to Volume Booster: