Easily adjust the brightness, saturation, and contrast of Netflix streams!
Video Adjust for Netflix is a Google Chrome extension to increase the brightness of any Netflix video.
Unfortunately some Netflix titles are unusually dark. This is especially noticeable if working split screen or dual monitor. After a while I decided to create this extension to easily apply and save video filters to netflix.com.
The extension works by finding the HTML <video>
tag and applying the -webkit-video-filter: brightness(xxx)
CSS property.
Using the extension is easy:
The video filter is updated in real time as you move the sldiers.
# [1.5.0] - 2016-12-29 - Fixed bug which caused the video stream to be displayed in the top-left corner of the screen. # [1.4.0] - 2016-11-30 - Updated to work with latest Netflix layout (and backwards compatible). # [1.2.0] - 2016-03-15 - Change of branding and title to clarify this extension is unofficial and not associated with Netflix Inc. # [1.1.0] - 2015-07-27 - Extension now compatible with the updated Netflix layout. # [1.0.0] - 2015-03-25 - Initial version