Video Image Control ( new gamma )

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

Cos'è Video Image Control ( new gamma )?

Video Image Control ( new gamma ) è un'estensione di Chrome sviluppata da johnsmitt, e la sua funzione principale è "The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Video Image Control ( new gamma )

Scarica i file di estensione Video Image Control ( new gamma ) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Video Image Control ( new gamma ) Video Image Control ( new gamma )
ID mdoelcifdkcimkdbfkjjnedabmjlkokc
URL Ufficiale https://chromewebstore.google.com/detail/video-image-control-new-g/mdoelcifdkcimkdbfkjjnedabmjlkokc
Descrizione The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.
Dimensione del File 5.67 MB
Conteggio Installazioni 9,216
Versione Corrente 9.0.0
Ultimo Aggiornamento 2023-09-26
Data di Pubblicazione 2020-04-05
Valutazione 4.44/5 Totale 358 Valutazioni
Sviluppatore johnsmitt
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://vk.com/public143096029
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}