Volume Booster

Volume Booster

The FIRST extension to increase and amplify your max volume! OVER 10 MILLION TOTAL INSTALLS! Join OVER ONE MILLION happy WEEKLY…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Volume Booster",
  "version": "0.2.1",
  "permissions": [
    "tabCapture",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "sound.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "sound.png"
    },
    "default_title": "Volume Booster",
    "default_popup": "popup.html"
  }
}