Video Enhancer for YouTube™

Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.

Co je Video Enhancer for YouTube™?

Video Enhancer for YouTube™ je rozšíření Chrome vyvinuté statischdev, a jeho hlavní funkcí je „Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Video Enhancer for YouTube™

Stáhněte si soubory rozšíření Video Enhancer for YouTube™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Enhance your video with various useful and helpful options and filters.

Features:
- Adjust the playback rate of the video from 0.1x to 16x
- Boost the audio up to 10x
- Increase brightness up to 5x
- Increase contrast up to 5x
- Add and adjust up to 7 different filters to your video

Available filters:
- Blur
- Grayscale
- Hue Rotate
- Invert
- Opacity
- Saturate
- Sepia                    

Základní Informace o Rozšíření

Název Video Enhancer for YouTube™ Video Enhancer for YouTube™
ID jpgdgpdcbjcnhmnibhopchhkajphahmj
Oficiální URL https://chromewebstore.google.com/detail/video-enhancer-for-youtub/jpgdgpdcbjcnhmnibhopchhkajphahmj
Popis Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.
Velikost souboru 19.33 KB
Počet instalací 520
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-12-04
Datum Vydání 2023-12-01
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář statischdev
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video Enhancer for YouTube\u2122",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content-script.min.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}