Sound Booster that Works!

Sound Booster that Works!

Volume booster that explodes your system! Boost audio in any tab including Youtube, Twitch, etc. Sound booster that really works!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.2.1",
  "manifest_version": 2,
  "permissions": [
    "tabCapture",
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_title": "Click browser icon for volume up",
    "default_icon": "images/icon.png"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  }
}