Sound Booster Firefox

Examine source code of Sound Booster

By: Harvey
Inspect and view changes in Sound Booster source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Sound Booster",
  "version": "1.0.0",
  "description": "Boosts audio and video elements in the active tab with a minimal popup UI.",
  "permissions": [
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Sound Booster",
    "default_popup": "popup/popup.html",
    "default_icon": "assets/icon.svg"
  },
  "icons": {
    "48": "assets/icon.svg",
    "96": "assets/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sound-booster@example.local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Sound Booster Alternatives

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