Site Volume Controller Firefox

Examine source code of Site Volume Controller

Inspect and view changes in Site Volume Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Site Volume Controller",
  "version": "2.2",
  "description": "Control and remember audio/video volume per site, with gain boost and popup UI.",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{aa53f413-dc0d-4636-af52-1af5642000d6}"
    }
  }
}

Best Site Volume Controller Alternatives

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