Tab Volume Booster Firefox

Examine source code of Tab Volume Booster

Inspect and view changes in Tab Volume Booster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Volume Booster",
  "version": "1.0.0",
  "description": "Boost the volume of any tab by up to 600% using the Web Audio API — without affecting the rest of your system.",
  "author": "Tab Volume Booster",
  "homepage_url": "https://github.com/your-username/tab-volume-booster",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48.svg",
      "96": "icons/icon96.svg"
    },
    "default_title": "Tab Volume Booster"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.svg",
    "96": "icons/icon96.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-volume-booster@extension",
      "strict_min_version": "78.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Tab Volume Booster Alternatives

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