Volume Sound Booster

Volume Sound Booster

Increase volume if 100% is not enough!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "homepage_url": "https://addonup.com",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_desc__",
  "manifest_version": 3,
  "version": "2.0.3",
  "default_locale": "en",
  "permissions": [
    "tabCapture",
    "offscreen",
    "storage",
    "privacy",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_app_name__",
    "default_icon": {
      "32": "icon-32.png",
      "64": "icon-64.png",
      "128": "icon-128.png"
    }
  },
  "icons": {
    "32": "icon-32.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA501Gb6MhVxDPEvIH+PnPeuOl8c1CROCSALQ5YuH6ps2SNmlD3CP34zLOKHQfh7eAIHl3ivN4gK2sIRzxkAIG4svFOYYcQzy8eFZBh0nf1sDN6/OtgGQXlxX5l9D7+/S6lmiZSvzSKD22PGeoGASVuBdYPWu1dsn7DZ2tVIZpBJbbQLfb7ii9kAYmlxIi3rekV228icpknmbQ1l7h/8b/XjIHueG1rOfrYMdZbUBx4rUd+lg46R25vma/KHDkqNCuIoyeuJblhTLE84osuWnZIDEOB5a19YH06Yr2+7A4uoetpYggNpw///cs9ekUZiPDcxvbIf+8R8pr3/zLV45IhQIDAQAB",
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}