Vanced Tube Player

Vanced Tube Player

Vanced Tube Boost audio in any tab including Youtube, Twitch, etc. Sound booster that really works!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.10.2",
  "manifest_version": 3,
  "offline_enabled": true,
  "name": "Vanced Tube Player",
  "description": "Vanced Tube Boost audio in any tab including Youtube, Twitch, etc. Sound booster that really works!",
  "icons": {
    "30": "icons/icon30.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png",
    "156": "icons/icon156.png",
    "196": "icons/icon196.png",
    "256": "icons/icon256.png",
    "512": "icons/icon512.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "tabCapture",
    "activeTab"
  ]
}