Screen dimmer
screen dimmer
What is Screen dimmer?
Screen dimmer is a Chrome extension developed by https://care-eyes.com, and its main feature is "screen dimmer".
Extension Screenshots
Download Screen dimmer Extension CRX File
Download Screen dimmer 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
Screen dimmer control the brightness of the computer’s screen, when you work in a light or darker environment it can help you, It can dim all screens and monitors; LCD, TFT and LED backlit types, it can adjust the gamma value of your computer’s display adapt, reduce the blue part (RGB value) of the light, filter blue light, it makes your computer screen looks more comfortable.
Extension Basic Information
Name | Screen dimmer |
ID | poeonbclpmnoomoaidabfndafbnhjcfa |
Official URL | https://chromewebstore.google.com/detail/screen-dimmer/poeonbclpmnoomoaidabfndafbnhjcfa |
Description | screen dimmer |
File Size | 29.43 KB |
Installation Count | 6,202 |
Current Version | 1.3.0.0 |
Last Updated | 2024-01-23 |
Publish Date | 2020-05-25 |
Rating | 1.91/5 Total 45 Ratings |
Developer | https://care-eyes.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://care-eyes.com/feedback?chrome |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "screen dimmer", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "host_permissions": [ "https:\/\/*\/" ], "permissions": [ "nativeMessaging" ], "version": "1.3.0.0", "manifest_version": 3 } |