volume manager Firefox

Examine source code of volume manager

Inspect and view changes in volume manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "volume manager",
  "version": "1.0.1",
  "description": "control any tab's volume separately",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "volume-manager@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_icon": "icon.e84ebc53.png",
    "default_popup": "popup.ec6dfa88.html"
  },
  "background": {
    "scripts": [
      "background.d7331efd.js"
    ]
  },
  "icons": {
    "512": "icon.e84ebc53.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.390d7eff.js"
      ],
      "css": []
    }
  ]
}

Best volume manager Alternatives

Here are some Firefox add-ons that are similar to volume manager: