Tab Volume Controlffx Firefox

Examine source code of Tab Volume Controlffx

Inspect and view changes in Tab Volume Controlffx source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Volume",
  "version": "1.1.1",
  "description": "Control HTML audio and video volume independently in each Firefox tab.",
  "permissions": [
    "<all_urls>",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Tab Volume",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/volume.svg",
      "32": "icons/volume.svg",
      "48": "icons/volume.svg",
      "96": "icons/volume.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "icons": {
    "16": "icons/volume.svg",
    "32": "icons/volume.svg",
    "48": "icons/volume.svg",
    "96": "icons/volume.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-volume@local.extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Tab Volume Controlffx Alternatives

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