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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔹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"
    ]
}