Volume Extra

Volume Extra

Volume Booster!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Volume Extra",
  "description": "Volume Booster!",
  "manifest_version": 3,
  "version": "1.0.1",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Volume Extra",
    "default_icon": {
      "128": "images/icon/128.png"
    }
  },
  "permissions": [
    "tabs",
    "tabCapture",
    "cookies",
    "storage"
  ],
  "host_permissions": [
    "*://masterofvolume.com/*"
  ],
  "icons": {
    "128": "images/icon/128.png"
  },
  "background": {
    "service_worker": "./service-worker.js"
  }
}