Volume Manager

Volume Manager

Control any tab's volume separately

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Volume Manager",
  "version": "2.0.1",
  "description": "Control any tab's volume separately",
  "permissions": [
    "activeTab",
    "tabCapture",
    "offscreen"
  ],
  "action": {
    "default_icon": "icon.e84ebc53.png",
    "default_popup": "popup.15bf9b0f.html"
  },
  "background": {
    "service_worker": "background.c1d78bca.js"
  },
  "icons": {
    "512": "icon.e84ebc53.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "offscreen.html"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}