Video Brightness Adjuster

Adjusts the brightness of the video to make dark scenes more visible.

O que é Video Brightness Adjuster?

Video Brightness Adjuster é uma extensão do Chrome desenvolvida por あんこだま, e sua principal característica é "Adjusts the brightness of the video to make dark scenes more visible.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Brightness Adjuster

Baixe arquivos de extensão Video Brightness Adjuster 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

                        You can adjust the brightness when scenes in movies and the like are dark and difficult to see. It's possible to adjust three types: brightness, contrast, and saturation.                    

Informações Básicas da Extensão

Nome Video Brightness Adjuster Video Brightness Adjuster
ID enphljmfhkhhfiphjclikhmclddopmpe
URL Oficial https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe
Descrição Adjusts the brightness of the video to make dark scenes more visible.
Tamanho do Arquivo 78.54 KB
Contagem de Instalações 211
Versão Atual 1.2.0
Última Atualização 2023-06-19
Data de Publicação 2023-05-10
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor あんこだま
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.2.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "__MSG_extensionDescription__",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}