Twitch Brightness Reducer

Controls brightness of the videoplayer in twitch.

Cos'è Twitch Brightness Reducer?

Twitch Brightness Reducer è un'estensione di Chrome sviluppata da sougataghar47, e la sua funzione principale è "Controls brightness of the videoplayer in twitch.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Brightness Reducer

Scarica i file di estensione Twitch Brightness Reducer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Twitch Brightness Reducer Twitch Brightness Reducer
ID bigbbjepoigjhcbepeahdepmjbnjodek
URL Ufficiale https://chromewebstore.google.com/detail/twitch-brightness-reducer/bigbbjepoigjhcbepeahdepmjbnjodek
Descrizione Controls brightness of the videoplayer in twitch.
Dimensione del File 4.12 KB
Conteggio Installazioni 15
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-15
Data di Pubblicazione 2023-03-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore sougataghar47
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}