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
官方網址 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"
    ]
}