dark reader plus
Dark reader plus
What is dark reader plus?
dark reader plus is a Chrome extension developed by https://care-eyes.com, and its main feature is "Dark reader plus".
Extension Screenshots
Download dark reader plus Extension CRX File
Download dark reader plus 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
Take care of your eyes, use dark mode for night and daily browsing, Dark reader plus inverts bright colors making them high contrast and easy to read at night. You can adjust brightness, color temperature
Extension Basic Information
Name | dark reader plus |
ID | afboiaadmdeocbokjbhcankibelbched |
Official URL | https://chromewebstore.google.com/detail/dark-reader-plus/afboiaadmdeocbokjbhcankibelbched |
Description | Dark reader plus |
File Size | 24.29 KB |
Installation Count | 188 |
Current Version | 1.0.0.6 |
Last Updated | 2020-04-22 |
Publish Date | 2020-04-19 |
Rating | 1.00/5 Total 2 Ratings |
Developer | https://care-eyes.com |
[email protected] | |
Payment Type | free |
Extension Website | https://care-eyes.com |
Help Page URL | https://care-eyes.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "Dark reader plus", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "__MSG_default_title__", "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "nativeMessaging" ], "version": "1.0.0.6", "manifest_version": 2 } |