Video Enhancer - Color Grading

Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)

What is Video Enhancer - Color Grading?

Video Enhancer - Color Grading is a Chrome extension developed by Bhupesh Singh, and its main feature is "Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Video Enhancer - Color Grading Extension CRX File

Download Video Enhancer - Color Grading extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🔹Video Enhancer, enhances your video by applying filter to it.

🔹You can easily switch on and off the extension
🔹Works best with outdoor views

# Note: After installing the extension restart the browser or any other active tabs                    

Extension Basic Information

Name Video Enhancer - Color Grading Video Enhancer - Color Grading
ID jpggajmihihgaaocbhgocbhlcdjenmdf
Official URL https://chromewebstore.google.com/detail/video-enhancer-color-grad/jpggajmihihgaaocbhgocbhlcdjenmdf
Description Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)
File Size 109 KB
Installation Count 1,088
Current Version 3
Last Updated 2023-10-15
Publish Date 2022-09-01
Rating 5.00/5 Total 3 Ratings
Developer Bhupesh Singh
Email [email protected]
Payment Type free
Help Page URL https://direct.me/bhupesh
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Enhancer - Color Grading",
    "version": "3",
    "manifest_version": 3,
    "description": "Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo\/logo-16.png",
            "32": "\/images\/logo\/logo-32.png",
            "48": "\/images\/logo\/logo-48.png",
            "128": "\/images\/logo\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo\/logo-16.png",
        "32": "\/images\/logo\/logo-32.png",
        "48": "\/images\/logo\/logo-48.png",
        "128": "\/images\/logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myScript.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "about.html",
    "permissions": [
        "storage"
    ]
}