Boost Volume & Bass Booster

Boost Volume & Bass Booster

Boost Volume aids in amplifying the sound of videos or music! Enhance both volume and bass with the volume control and bass booster

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_extName__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.2.9",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "action": {
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    },
    "default_title": "__MSG_extName__"
  },
  "background": {
    "service_worker": "javaScripts/worker.js"
  },
  "permissions": [
    "tabCapture",
    "storage",
    "activeTab",
    "system.display"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "host_permissions": [
    "*://*/*"
  ]
}