Blue light filter
Blue light filter, brightness control
O que é Blue light filter?
Blue light filter é uma extensão do Chrome desenvolvida por https://care-eyes.com, e sua principal característica é "Blue light filter, brightness control".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blue light filter
Baixe arquivos de extensão Blue light filter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Blue light filter |
ID | pacnollcefnfheghikkhbhodhnplhbdm |
URL Oficial | https://chromewebstore.google.com/detail/blue-light-filter/pacnollcefnfheghikkhbhodhnplhbdm |
Descrição | Blue light filter, brightness control |
Tamanho do Arquivo | 34.7 KB |
Contagem de Instalações | 10,420 |
Versão Atual | 1.2.0.0 |
Última Atualização | 2022-09-24 |
Data de Publicação | 2021-02-22 |
Classificação | 2.06/5 Total de 34 Avaliações |
Desenvolvedor | https://care-eyes.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://care-eyes.com/?bf |
URL da Página de Ajuda | https://care-eyes.com/feedback?bf |
Idiomas Suportados | 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 } |