Twitch Brightness Reducer

Controls brightness of the videoplayer in twitch.

What is Twitch Brightness Reducer?

Twitch Brightness Reducer is a Chrome extension developed by sougataghar47, and its main feature is "Controls brightness of the videoplayer in twitch.".

Extension Screenshots

screenshot

Download Twitch Brightness Reducer Extension CRX File

Download Twitch Brightness Reducer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Twitch Brightness Reducer Twitch Brightness Reducer
ID bigbbjepoigjhcbepeahdepmjbnjodek
Official URL https://chromewebstore.google.com/detail/twitch-brightness-reducer/bigbbjepoigjhcbepeahdepmjbnjodek
Description Controls brightness of the videoplayer in twitch.
File Size 4.12 KB
Installation Count 15
Current Version 1.0
Last Updated 2023-03-15
Publish Date 2023-03-15
Rating 5.00/5 Total 1 Ratings
Developer sougataghar47
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}