Volume Booster - Sound Booster

Volume Booster - Sound Booster

Volume Booster - Sound Booster will make sound and overall volume up to 500% stronger!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.1",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "icons": {
    "128": "icon/icon-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "tabCapture",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon/icon-128.png"
    },
    "default_popup": "popup/index.html",
    "default_title": "__MSG_name__"
  }
}