Blue light filter
Blue light filter, brightness control
Что такое Blue light filter?
Blue light filter - это расширение Chrome, разработанное https://care-eyes.com, и его основная функция - "Blue light filter, brightness control".
Снимки экрана расширения
Скачать файл CRX расширения Blue light filter
Скачайте файлы расширений Blue light filter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Blue light filter extension can adjust the gamma value of your computer’s display adapt, reduce the blue part (RGB value) of the light, filter the blue light, it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen Blue light filter extension for all versions of Windows, including Windows XP, Windows 7, Windows 8, Windows 10. welcome to visit our website: https://care-eyes.com Tip!!! 1、To control the blue light and brightness of Windows system, you need to download CareUEyes.exe
Основная информация о расширении
Название | Blue light filter |
ID | pacnollcefnfheghikkhbhodhnplhbdm |
Официальный URL | https://chromewebstore.google.com/detail/blue-light-filter/pacnollcefnfheghikkhbhodhnplhbdm |
Описание | Blue light filter, brightness control |
Размер файла | 34.7 KB |
Количество установок | 10,420 |
Текущая Версия | 1.2.0.0 |
Последнее Обновление | 2022-09-24 |
Дата публикации | 2021-02-22 |
Рейтинг | 2.06/5 Всего 34 оценок |
Разработчик | https://care-eyes.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://care-eyes.com/?bf |
URL страницы помощи | https://care-eyes.com/feedback?bf |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "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.2.0.0", "manifest_version": 3 } |