VideoFixer for f.lux

VideoFixer for f.lux

For macOS. Fix visual color artifacts in full-screen videos when the f.lux app is running. Not associated with the makers of f.lux.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "video-fixer.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "For macOS. Fix visual color artifacts in full-screen videos when the f.lux app is running. Not associated with the makers of f.lux.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "49",
  "name": "VideoFixer for f.lux",
  "version": "1.2"
}