Volume Booster for Google Chrome™

Volume Booster for Google Chrome™

Up to 600% volume boost right on your browser.

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 for Google Chrome™",
  "description": "Up to 600% volume boost right on your browser.",
  "version": "1.0.1",
  "offline_enabled": true,
  "container": [
    "GOOGLE_DRIVE"
  ],
  "icons": {
    "16": "icon/icon-16.png",
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_title": "Volume Booster"
  },
  "background": {
    "scripts": [
      "js/config.js",
      "js/launch.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabCapture",
    "activeTab",
    "storage"
  ],
  "homepage_url": "https://1bestlinks.net/blog/volume-booster-chrome-extension"
}