Video Image Control ( new gamma )

Video Image Control ( new gamma )

The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Video Image Control ( new gamma )",
  "version": "9.0.0",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_chrome_extension_description__",
  "default_locale": "en",
  "manifest_version": 3,
  "icons": {
    "16": "24.png",
    "128": "24.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>",
        "http://*/*",
        "https://*/*",
        "https://extensionpay.com/*"
      ],
      "css": [
        "/css/style_background.css",
        "/js/jquery-ui-1.11.4/jquery-ui.css"
      ],
      "js": [
        "jquery.min.js",
        "jquery-ui.js",
        "storage.js",
        "fullscreen.js",
        "arrive.js",
        "background.js",
        "ExtPay.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "__MSG_browser_action_title__",
    "default_icon": "24.png",
    "default_popup": "help.html"
  },
  "background": {
    "service_worker": "/tab.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "help.html",
        "/css/style_background.css",
        "/js/jquery-ui-1.11.4/jquery-ui.css",
        "/iframe.html",
        "/img/1.svg",
        "/img/i.jpg",
        "/img/3.png",
        "/donate.html",
        "/share.html",
        "/time.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}