TVC (Tab Volume Control) Firefox

Examine source code of TVC (Tab Volume Control)

By: E.N Add-on
Inspect and view changes in TVC (Tab Volume Control) 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.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "eerie@addon",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/stole-dis.png",
      "48": "icons/stole-dis.png",
      "128": "icons/stole-dis.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/stole-dis.png",
    "48": "icons/stole-dis.png",
    "128": "icons/stole-dis.png"
  }
}

Best TVC (Tab Volume Control) Alternatives

Here are some Firefox add-ons that are similar to TVC (Tab Volume Control):