Twitch Brightness Reducer

Controls brightness of the videoplayer in twitch.

O que é Twitch Brightness Reducer?

Twitch Brightness Reducer é uma extensão do Chrome desenvolvida por sougataghar47, e sua principal característica é "Controls brightness of the videoplayer in twitch.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitch Brightness Reducer

Baixe arquivos de extensão Twitch Brightness Reducer 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

                        This extension Controls brightness of the video player  in twitch. Useful for when you are watching twitch at night.                    

Informações Básicas da Extensão

Nome Twitch Brightness Reducer Twitch Brightness Reducer
ID bigbbjepoigjhcbepeahdepmjbnjodek
URL Oficial https://chromewebstore.google.com/detail/twitch-brightness-reducer/bigbbjepoigjhcbepeahdepmjbnjodek
Descrição Controls brightness of the videoplayer in twitch.
Tamanho do Arquivo 4.12 KB
Contagem de Instalações 15
Versão Atual 1.0
Última Atualização 2023-03-15
Data de Publicação 2023-03-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor sougataghar47
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": "Twitch Brightness Reducer",
    "version": "1.0",
    "description": "Controls brightness of the videoplayer  in twitch.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "reducer.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}