Tab Volume Control Firefox

Examine source code of Tab Volume Control

By: Seen91
Inspect and view changes in 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": "2.2.0",
  "description": "Control volume for individual browser tabs from 0% to 500%. I originally created this for my personal use after being tired of looking through shady add-ons with overreaching permissions.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "theme"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": {
      "16": "src/icons/icon16.svg",
      "48": "src/icons/icon48.svg",
      "128": "src/icons/icon128.svg"
    },
    "default_title": "Tab Volume Control",
    "default_popup": "src/ui/popup.html"
  },
  "background": {
    "scripts": [
      "src/background/tabManager.js",
      "src/background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/content/modules/*.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "src/icons/icon16.svg",
    "48": "src/icons/icon48.svg",
    "128": "src/icons/icon128.svg"
  },
  "author": "Sebastian Engvall",
  "homepage_url": "https://github.com/seen91/FireFoxTabVolumeControl",
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-volume-control@sebastianengvall.github.io",
      "strict_min_version": "115.0"
    }
  }
}

Best Tab Volume Control Alternatives

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