Sound Booster

Sound Booster

The most reliable and easiest volume booster in the Chrome browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "permissions": [
    "tabCapture",
    "storage",
    "<all_urls>"
  ],
  "manifest_version": 2,
  "name": "Sound Booster",
  "description": "The most reliable and easiest volume booster in the Chrome browser",
  "version": "1.6",
  "default_locale": "en",
  "background": {
    "scripts": [
      "/costa_files/costa_second/chrome.js"
    ]
  },
  "icons": {
    "128": "/costa_files/costa_third/icon.png"
  },
  "browser_action": {
    "default_popup": "/costa_files/costa_second/sound_booster.html",
    "default_icon": "/costa_files/costa_third/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/costa_files/costa_third/for_page.js"
      ]
    }
  ]
}