Volume Control

Volume Control

Boost your volume by up to 600% for Youtube Videos/Youtube Music.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "version": "3.0.3",
  "icons": {
    "16": "icon/icon-16.png",
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon/icon-16.png",
      "24": "icon/icon-24.png",
      "32": "icon/icon-32.png"
    }
  },
  "default_locale": "en",
  "background": {
    "service_worker": "js/background.js",
    "type": "module"
  },
  "permissions": [
    "activeTab",
    "tabCapture",
    "storage"
  ],
  "offline_enabled": true,
  "container": [
    "GOOGLE_DRIVE"
  ],
  "homepage_url": "https://control-volume.freeonlineapps.net"
}