Tab Volume Control Pro Firefox

Examine source code of Tab Volume Control Pro

Inspect and view changes in Tab Volume Control Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Volume Control",
  "version": "1.0.1",
  "description": "Control volume for each browser tab individually",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tabvolumecontrol@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Tab Volume Control Pro Alternatives

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