volume control made easy Firefox

Examine source code of volume control made easy

By: Owen
Inspect and view changes in volume control made easy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "streamoverlay.js",
        "chatemotevanity.js",
        "viewerenhance.js",
        "vodperf.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{baf373b3-870d-418c-807a-c142a7ccf32e}",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "109.0"
    }
  },
  "description": "Improve your viewing experience on Twitch with new features, emotes, vanity and performance.",
  "web_accessible_resources": [
    "site.js",
    "site.js.map",
    "content.js.map",
    "worker.js",
    "index.html",
    "assets/*"
  ],
  "icons": {
    "16": "./icon/icon-16.png",
    "48": "./icon/icon-48.png",
    "128": "./icon/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "optional_permissions": [
    "management",
    "*://*.youtube.com/*",
    "*://*.kick.com/*",
    "*://*.7tv.app/*",
    "*://*.7tv.io/*"
  ],
  "options_ui": {
    "page": "index.html",
    "open_in_tab": true
  },
  "version": "3.1.0",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
  "browser_action": {
    "default_icon": "./icon/icon-128.png",
    "default_popup": "index.html#/popup?noheader=1",
    "default_area": "navbar"
  },
  "permissions": [
    "scripting",
    "storage",
    "activeTab",
    "tabs",
    "*://*.twitch.tv/*",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "name": "7TV Lite"
}

Best volume control made easy Alternatives

Here are some Firefox add-ons that are similar to volume control made easy: