Sound Booster Plus

Sound Booster Plus

Increase system volume up to 1000% from the maximum level! Boost your system sound.

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": "2.1.5",
  "manifest_version": 2,
  "icons": {
    "128": "image/logo_128x128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "cs.js",
        "theButton.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "storage",
    "activeTab",
    "tabs",
    "storage",
    "tabCapture",
    "unlimitedStorage",
    "gcm",
    "notifications",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "page": "bg.html",
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": "image/logo_128x128.png"
  }
}