Blue light filter

Blue light filter, brightness control

Cos'è Blue light filter?

Blue light filter è un'estensione di Chrome sviluppata da https://care-eyes.com, e la sua funzione principale è "Blue light filter, brightness control".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Blue light filter

Scarica i file di estensione Blue light filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Blue light filter Blue light filter
ID pacnollcefnfheghikkhbhodhnplhbdm
URL Ufficiale https://chromewebstore.google.com/detail/blue-light-filter/pacnollcefnfheghikkhbhodhnplhbdm
Descrizione Blue light filter, brightness control
Dimensione del File 34.7 KB
Conteggio Installazioni 10,420
Versione Corrente 1.2.0.0
Ultimo Aggiornamento 2022-09-24
Data di Pubblicazione 2021-02-22
Valutazione 2.06/5 Totale 34 Valutazioni
Sviluppatore https://care-eyes.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://care-eyes.com/?bf
URL della Pagina di Aiuto https://care-eyes.com/feedback?bf
Lingue Supportate 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
}