Video Image Control ( new gamma )

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

Hvad er Video Image Control ( new gamma )?

Video Image Control ( new gamma ) er en Chrome-udvidelse udviklet af johnsmitt, og dens hovedfunktion er "The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Video Image Control ( new gamma )-udvidelses-CRX-fil

Download Video Image Control ( new gamma )-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Video Image Control ( new gamma ) Video Image Control ( new gamma )
ID mdoelcifdkcimkdbfkjjnedabmjlkokc
Officiel URL https://chromewebstore.google.com/detail/video-image-control-new-g/mdoelcifdkcimkdbfkjjnedabmjlkokc
Beskrivelse The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.
Filstørrelse 5.67 MB
Antal Installationer 9,216
Nuværende Version 9.0.0
Senest Opdateret 2023-09-26
Udgivelsesdato 2020-04-05
Bedømmelse 4.44/5 Samlet 358 Bedømmelser
Udvikler johnsmitt
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://vk.com/public143096029
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}