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": [
                ""
            ]
        }
    ]
}