Adjust Screen Brightness Reduce eyestrain by controlling brightness level of your browser
Support Development
PayPal ● 
Bitcoin Address: bc1qh7juzrxrawpr65elm4qs285m5rdhnhgsn7h2jf
 ● 
Lightning Address: [email protected]
Your Input Matters
Review
Advertisement
Screenshot
The "Adjust Screen Brightness" extension allows you to customize your browser's brightness levels to reduce eyestrain while reading. It offers two primary settings, one for daytime and one for nighttime, which can be configured to behave differently based on user-defined durations. The extension adds a visible dark layer on top of web pages to reduce their brightness and even allows you to increase the brightness on dark pages by using a CSS filter. This can help prevent eyestrain during dark hours.

Features

FAQs

  1. What is the "Adjust Screen Brightness" extension?

    The "Adjust Screen Brightness" extension allows you to customize your browser's screen brightness levels to reduce eyestrain while reading. You can control the brightness levels for both daytime and nighttime from the toolbar's popup window. It is recommended to use a lower value for nighttime compared to daytime. You can also configure when the daytime and nighttime begin. Additionally, version 0.1.3 of the extension allows you to set custom keyboard shortcuts to increase or decrease the brightness level without the need to use your mouse. To adjust the keyboard shortcut, go to the extensions manager and select "keyboard shortcuts." You can read more about this in the Change Keyboard Commands Offered By Extensions blog post.

  2. What's new in this version?

    Please check the Logs section.

  3. What is the "Night Shift (Lux control)" extension?

    The "Night Shift (Lux control)" extension allows you to control red, green, and blue color levels for all web pages. It offers two modes of operation: DIV and SVG. In the DIV mode, the extension inserts an HTML DIV element on top of the page with user-defined color and opacity levels, which reduces the page's brightness. Note that this method cannot fully remove a color channel; it just reduces it. In SVG mode, the extension inserts an SVG filter into the page which eliminates a particular color channel based on the user's settings. For example, setting the blue color level to zero at night will cause blue boxes to appear gray since there is no blue channel available. The SVG mode is preferred if your browser supports it, but it may be buggy. If SVG mode causes rendering issues, switch to DIV mode and refresh the page.

  4. How does the "Adjust Screen Brightness" extension reduce the browser's brightness level?

    The "Adjust Screen Brightness" extension adds a ":before" CSS pseudo-element over the entire page with the user-defined brightness level. This element reduces the overall brightness of all elements on the page to the desired level. To restore the original brightness level, use the 100% setting, which makes the overlay box transparent and hence has no effect on the brightness level.

    In CSS, the ":before" pseudo-element is used to add content before an element. It can add cosmetic content to HTML elements, such as a background image or a punctuation character. The content added with the ":before" pseudo-element is treated as if it were the first child of the element, meaning that it will be positioned and styled accordingly.

  5. Is it possible to use keyboard shortcuts to increase or decrease brightness levels?

    The "Adjust Screen Brightness" extension allows you to increase and decrease the brightness level by +/-0.05 percent using browser commands. To customize these commands with keyboard shortcuts on Chrome, open "chrome://extensions/shortcuts" in a browser tab and assign new shortcuts. On Firefox, open "about:addons" in a browser tab, then press the gear button in the top-right corner and select "Manage Extension Shortcuts." From there, you can assign new keyboard shortcuts for the brightness commands.

    As of version 0.2.1, the "Adjust Screen Brightness" extension also allows you to open the popup window and adjust the brightness using keyboard shortcuts. To open the popup, assign a shortcut. Once the popup is open, you can use the left and right arrow keys to switch between modes (the active mode has a badge). The active mode's range will be in focus, so you can adjust it without using your mouse. By default, the step size is 1, but you can use the Shift key to increase the step size to 5.

    Other shortcuts:

    • Ctrl + E or Command + E: Enable on this hostname
    • Ctrl + D or Command + D: Disable on this hostname
    • Ctrl + T or Command + T: Toggle the global enable and disable state
    • Ctrl + W or Command + W: Switch to the "Global" brightness level for this hostname (version 0.2.3)
    • Ctrl + H or Command + H: Switch to "per-site" brightness level (version 0.2.3)
    • Ctrl + L or Command + L: Lock or unlock dark to light ranges (version 0.3.2)

  6. I would like to have a single range to control the brightness of all day, instead of having two different range elements. Is it possible?

    Use the "Lock" button on the interface to lock light to dark ranges.

    [deprecated] To use the "Adjust Screen Brightness" extension to control the brightness using only the night time setting (on version 0.2.1 or greater), set the day and night times to the same value. This will cause the night time range to be in control of the brightness. When you open the popup window, you will see that the active badge appears next to the night time, and the night time range will be in focus. You can use the left and right arrow keys to adjust the brightness. This allows you to easily control the brightness using only the night time setting.

  7. On the options page, there are three methods to adjust screen brightness. What is the meaning of each mode?

    The "Adjust Screen Brightness" extension offers three options for controlling the brightness of web pages: "Use CSS Brightness Filter," "Use a Dark Div," and "Brightness Filter or Dark Div." The "Use CSS Brightness Filter" option uses a CSS filter to decrease or increase the brightness level. The "Use a Dark Div" option uses a semi-transparent DIV element to darken the view, but cannot increase the brightness. Values above 100% are ignored. The "Brightness Filter or Dark Div" option uses the "Use a Dark Div" method when the brightness level is less than 100%, and the "Use CSS Brightness Filter" method when it is above 100%. The "Use CSS Brightness Filter" method is generally better, but may cause issues on some websites. By default, the "Brightness Filter or Dark Div" (adaptive) mode is used.

  8. Color codes:

    • The brightness control is globally active
    • The brightness control is globally disabled. Browser tabs have their original brightness.
    • The brightness control is disabled for this hostname. You can add or remove hostnames from the popup interface or use the options page. You may need to refresh the tab for the change to take place.

Matched Content

Reviews

Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.

What's new in this version

Version--
Published--/--/--
Change Logs:
    Last 10 commits on GitHub
    Hover over a node to see more details

    Need help?

    If you have questions about the extension, or ideas on how to improve it, please post them on the  support site. Don't forget to search through the bug reports first as most likely your question/bug report has already been reported or there is a workaround posted for it.

    Open IssuesIssuesForks

    Permissions are explained

    PermissionDescription
    tabsto inject the brightness and color temperature scripts into all webpages
    webNavigationto install an observer for document creation
    storageto save user-defined preferences
    alarmsto adjust brightness and color temperature when user-defined daytime and nighttime start
    idleto check if the current levels are correctly set when computer gets activated
    <all_urls>to inject on HTTP, HTTPS and File scheme urls

    Recent Blog Posts