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.

O que é Video Enhancer for YouTube™?

Video Enhancer for YouTube™ é uma extensão do Chrome desenvolvida por statischdev, e sua principal característica é "Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Enhancer for YouTube™

Baixe arquivos de extensão Video Enhancer for YouTube™ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Video Enhancer for YouTube™ Video Enhancer for YouTube™
ID jpgdgpdcbjcnhmnibhopchhkajphahmj
URL Oficial https://chromewebstore.google.com/detail/video-enhancer-for-youtub/jpgdgpdcbjcnhmnibhopchhkajphahmj
Descrição Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.
Tamanho do Arquivo 19.33 KB
Contagem de Instalações 520
Versão Atual 1.0.0
Última Atualização 2023-12-04
Data de Publicação 2023-12-01
Classificação 4.00/5 Total de 2 Avaliações
Desenvolvedor statischdev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
            ]
        }
    ]
}