Volume Manager

Volume Manager

Control any tab's volume separately

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Volume Manager",
  "version": "2.0.0",
  "description": "Control any tab's volume separately",
  "permissions": [
    "activeTab",
    "tabCapture",
    "offscreen"
  ],
  "action": {
    "default_icon": "icon.e84ebc53.png",
    "default_popup": "popup.c91b8cbb.html"
  },
  "background": {
    "service_worker": "background.538a6b63.js"
  },
  "icons": {
    "512": "icon.e84ebc53.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "offscreen.html"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ]
}