Volume Master

Volume Master

Up to 600% volume boost

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js",
      "js/bgctrl.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "icon/icon-19.png",
      "38": "icon/icon-38.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "__MSG_app_name__"
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "icons": {
    "16": "icon/icon-16.png",
    "32": "icon/icon-32.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/pagesetting.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": true,
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "permissions": [
    "tabCapture",
    "activeTab",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "version": "1.4.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}