Twitch Brightness Reducer

Twitch Brightness Reducer

Please Read Description! It Controls brightness of the videoplayer in twitch so it doesnt hurt your eyes at night ! Simply control brightness by moving the slider to either left or right ! The slider is located in the settings panel !!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Twitch Brightness Reducer",
  "version": "4.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"
      ]
    }
  ]
}