Video Enhancer Firefox

Examine source code of Video Enhancer

Inspect and view changes in Video Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Video Enhancer",
  "version": "3.3.5",
  "description": "Enhance video colors with fake HDR effects",
  "browser_specific_settings": {
    "gecko": {
      "id": "video-controller@ronin-ck.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "commands": {
    "toggle-enhancer": {
      "suggested_key": {
        "default": "Alt+Shift+V"
      },
      "description": "Toggle Video Enhancer on/off"
    }
  },
  "background": {
    "scripts": [
      "shared.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "Video Enhancer"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared.js",
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "icons": {
    "128": "icon.png"
  }
}

Best Video Enhancer Alternatives

Here are some Firefox add-ons that are similar to Video Enhancer: