MX Player Booster

MX Player Booster

MX Player Booster helps increase system volume up to maximum level.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.7",
  "manifest_version": 3,
  "offline_enabled": true,
  "name": "MX Player Booster",
  "description": "MX Player Booster helps increase system volume up to maximum level.",
  "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"
  ]
}