Volume For Tabs Firefox

Examine source code of Volume For Tabs

By: Uttanka
Inspect and view changes in Volume For Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Volume For Tabs",
  "version": "3.4",
  "description": "Adjust volume for each browser tab individually.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "marffinn@gmail.com"
    }
  },
  "license": "MIT"
}

Best Volume For Tabs Alternatives

Here are some Firefox add-ons that are similar to Volume For Tabs: