Modern Volume Control Firefox

Examine source code of Modern Volume Control

By: Manas
Inspect and view changes in Modern Volume Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "BoomRotary",
  "version": "2.2",
  "description": "Modern Volume Boost or Reduce Volume MORE then the limit.",
  "homepage_url": "https://github.com/moodynooby/modern-vol-booster",
  "icons": {
    "96": "icon.svg"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "icon.svg",
    "default_title": "BoomRotary",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "cs.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_action": {
      "description": "Open volume control"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{57e8684d-5ae8-47d6-93c9-f870ef0270a3}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "109.0"
    }
  }
}

Best Modern Volume Control Alternatives

Here are some Firefox add-ons that are similar to Modern Volume Control: