Video Enhancer - Color Grading

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

Apa itu Video Enhancer - Color Grading?

Video Enhancer - Color Grading adalah ekstensi Chrome yang dikembangkan oleh Bhupesh Singh, dan fitur utamanya adalah "Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Enhancer - Color Grading

Unduh file ekstensi Video Enhancer - Color Grading dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        🔹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                    

Informasi Dasar Ekstensi

Nama Video Enhancer - Color Grading Video Enhancer - Color Grading
ID jpggajmihihgaaocbhgocbhlcdjenmdf
URL Resmi https://chromewebstore.google.com/detail/video-enhancer-color-grad/jpggajmihihgaaocbhgocbhlcdjenmdf
Deskripsi Enhance your video on Youtube, NetFlix, Facebook, etc. Turn your normal video into a much cleaner, sharper and colorful form :)
Ukuran File 109 KB
Jumlah Instalasi 1,088
Versi Saat Ini 3
Terakhir Diperbarui 2023-10-15
Tanggal Publikasi 2022-09-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Bhupesh Singh
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://direct.me/bhupesh
Bahasa yang Didukung 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"
    ]
}