Scroll Video Volume with Mouse Wheel Firefox

Examine source code of Scroll Video Volume with Mouse Wheel

Inspect and view changes in Scroll Video Volume with Mouse Wheel source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "default_locale": "en",
  "version": "1.0.1",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "declarativeNetRequestWithHostAccess"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "128": "icons/logo_128.png"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "pascoli.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "meucci.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5baa57fb-0cd9-41c9-9080-d0a91341161f}",
      "strict_min_version": "113.0"
    }
  }
}

Best Scroll Video Volume with Mouse Wheel Alternatives

Here are some Firefox add-ons that are similar to Scroll Video Volume with Mouse Wheel: