FF Volume Controller Firefox

Examine source code of FF Volume Controller

By: cq
Inspect and view changes in FF Volume Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Volume Controller",
  "version": "1.0",
  "description": "Control and persist volume settings per domain.",
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon-16.png",
      "32": "icon-32.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "volume@cqmpact.dev",
      "strict_min_version": "58.0"
    }
  }
}

Best FF Volume Controller Alternatives

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