Vol Change Control Firefox

Examine source code of Vol Change Control

By: Vic Add-on
Inspect and view changes in Vol Change Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "match_about_blank": true,
      "js": [
        "lib/arrive.min.js",
        "cs.js"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "description": "Volume booster firefox extension that remembers your choices"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "id": "{0dc299d7-8f55-4584-b466-7f9c319c6561}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "92.0"
    }
  },
  "description": "Adds a volume control for the current site, that can also boost the volume beyond the normal range.",
  "icons": {
    "96": "icon-128.png"
  },
  "manifest_version": 3,
  "host_permissions": [
    "<all_urls>",
    "*://*/*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "version": "1.7.4",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "action": {
    "default_title": "Volume Control",
    "default_popup": "popup.html",
    "default_icon": "icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "declarativeNetRequest",
    "tabs"
  ],
  "name": "Volume & Sound Booster"
}

Best Vol Change Control Alternatives

Here are some Firefox add-ons that are similar to Vol Change Control: