Video Enhancer - Color Grading

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

什么是Video Enhancer - Color Grading?

Video Enhancer - Color Grading是由Bhupesh Singh开发的Chrome扩展程序,该扩展的主要功能是“Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Video Enhancer - Color Grading扩展crx文件

下载Video Enhancer - Color Grading扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🔹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                    

扩展基本信息

名称 Video Enhancer - Color Grading Video Enhancer - Color Grading
ID jpggajmihihgaaocbhgocbhlcdjenmdf
官方URL https://chromewebstore.google.com/detail/video-enhancer-color-grad/jpggajmihihgaaocbhgocbhlcdjenmdf
简介 Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)
文件大小 109 KB
安装次数 1,088
当前版本 3
更新时间 2023-10-15
上架时间 2022-09-01
评分 5.00/5 共3次评分
开发者 Bhupesh Singh
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://direct.me/bhupesh
支持的语言 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"
    ]
}