videoVolume Firefox

Examine source code of videoVolume

Inspect and view changes in videoVolume source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "videoVolume",
  "version": "1.2.3resigned1",
  "description": "Global Volume controller, controls all <video>s tags volume. Executed on every page.",
  "icons": {
    "48": "image.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "image.png",
    "default_title": "videoVolume",
    "default_popup": "popupindex.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7ad4abd3-2c1c-4b1c-9bc4-a244db26efa8}"
    }
  }
}

Best videoVolume Alternatives

Here are some Firefox add-ons that are similar to videoVolume: