Volume Booster Plus: Boost your sound

Volume Booster Plus: Boost your sound

Volume Booster for Microsoft Edge! Boost the volume of any tabs in your browser

Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "author": "TABDMCC",
  "version": "1.0.9",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "tabCapture"
  ],
  "browser_action": {
    "default_title": "title",
    "default_popup": "pages/popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "64": "icons/64.png",
      "128": "icons/128.png"
    }
  },
  "background": {
    "persistent": true,
    "page": "pages/background.html"
  },
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "js/content.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}