Video Image Control ( new gamma )

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

¿Qué es Video Image Control ( new gamma )?

Video Image Control ( new gamma ) es una extensión de Chrome desarrollada por johnsmitt, y su función principal es "The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video Image Control ( new gamma )

Descarga archivos de extensión Video Image Control ( new gamma ) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The settings can be applied to video, pictures, flash players, as well as to any items you select.
Opens the video in a separate window (picture in picture mode)
Used Picture-in-Picture Web API
Extension works in YANDEX BROWSER
It supports GOOGLE MAPS, and YANDEX MAPS, 2D and 3D games, and many other other applications built on HTML5.
Just press the FLASH button ;)

ALLOWS YOU TO SHARE VIEWED PAGES IN SOCIAL NETWORKS!!!

ADJUST VIDEO SETTINGS
✫ Sharpness 
✫ Brightness
✫ Contrast
✫ Color Balance
✫ Saturate
✫ Gamma
✫ Grayscale
✫ Sepia
✫ Crazy mirror 
✫ Decrease or increase the video speed (from 0.1x up to 4x)
✫ The ability to rotate or flip video, pictures, flash players, and any other content
✫ Connected smart sharpening allows more flexible editing of video and other graphics

You can control the extension from both the extension panel and the player (the button is located in the upper left corner)

The extension supports players based on both HTML5 and Flash.

You improve video in this video editor.
Enhance video will make clean and bright video color the picture.
Correct video image in real time.

Video correction settings are saved, all the parameters of the video effect stored.
Edit quality sharpen video can in the range from 0 to 3
Speed ​​control works in the range from 0.1x to 4x in increments of 0.1
You can control the speed by holding down the CTRL + ALT keys and pressing the ↑ ↓ arrows on the keyboard                    

Información Básica de la Extensión

Nombre Video Image Control ( new gamma ) Video Image Control ( new gamma )
ID mdoelcifdkcimkdbfkjjnedabmjlkokc
URL Oficial https://chromewebstore.google.com/detail/video-image-control-new-g/mdoelcifdkcimkdbfkjjnedabmjlkokc
Descripción The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.
Tamaño del Archivo 5.67 MB
Cantidad de Instalaciones 9,216
Versión Actual 9.0.0
Última Actualización 2023-09-26
Fecha de Publicación 2020-04-05
Calificación 4.44/5 Total de 358 Calificaciones
Desarrollador johnsmitt
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://vk.com/public143096029
Idiomas Soportados en,ru
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": {
        "128": "24.png",
        "16": "24.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "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": [
        ""
    ],
    "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": [
                ""
            ]
        }
    ]
}