Video Image Control ( new gamma )

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

Τι είναι το Video Image Control ( new gamma );

Το Video Image Control ( new gamma ) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον johnsmitt, και η κύρια λειτουργία του είναι "The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video Image Control ( new gamma )

Λήψη αρχείων επέκτασης Video Image Control ( new gamma ) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Image Control ( new gamma ) Video Image Control ( new gamma )
ID mdoelcifdkcimkdbfkjjnedabmjlkokc
Επίσημο URL https://chromewebstore.google.com/detail/video-image-control-new-g/mdoelcifdkcimkdbfkjjnedabmjlkokc
Περιγραφή The extension regulate sharpness, contrast, brightness, saturation and other settings for video and images on the all websites.
Μέγεθος Αρχείου 5.67 MB
Αριθμός Εγκαταστάσεων 9,216
Τρέχουσα Έκδοση 9.0.0
Τελευταία Ενημέρωση 2023-09-26
Ημερομηνία Δημοσίευσης 2020-04-05
Αξιολόγηση 4.44/5 Συνολικά 358 Αξιολογήσεις
Προγραμματιστής johnsmitt
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://vk.com/public143096029
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}