Eye Guardian

Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.

¿Qué es Eye Guardian?

Eye Guardian es una extensión de Chrome desarrollada por joce.contact.pro, y su función principal es "Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Eye Guardian

Descarga archivos de extensión Eye Guardian en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Eye Guardian - Blue Light Filter, Screen Dimmer & Break Timer for Eye Protection

🔎Description:

Eye Guardian is a Chrome extension designed to protect your eyes from the harmful effects of prolonged exposure to blue light emitted by digital screens. It adds a customizable filter to your screen, reducing the intensity of blue light and making the screen more comfortable to look at. It also includes a break timer to remind you to rest your eyes regularly, following the 20-20-20 rule.

🪶Features:

Blue Light Filter: Eye Guardian reduces the amount of blue light emitted by your screen, which can cause eye strain and disrupt your sleep cycle.

Break Timer: The extension includes a break timer that follows the 20-20-20 rule (every 20 minutes, take a 20-second break and look at something 20 feet away) to help prevent digital eye strain.

Customizable Settings: You can adjust the intensity of the filter and the frequency of the break reminders to suit your personal preferences and the lighting conditions in your environment.

Easy On/Off Auto Filter Toggle: The extension offers an Auto Filter mode that can be easily enabled or disabled with a single click.

🏅Benefits

- Reduces eye strain and fatigue caused by prolonged screen time
- Encourages regular breaks to rest your eyes and prevent digital eye strain
- Can help improve sleep by reducing exposure to blue light in the evening
- Allows for comfortable screen viewing in any lighting conditions
- Easy to use and adjust as needed
- Saves your computer's battery

🧐How to Use

- Add the Eye Guardian extension to your Chrome browser.
- Click on the Eye Guardian icon in your browser toolbar to open the control panel.
- Use the slider to adjust the intensity of the blue light/ brightness filter.
- Set the frequency for the break timer.
- Start the work timer that'll notify you when you need to rest your eyes.
- When the work timer is finished, start the break timer and rest your eyes.
- Click the toggle switch to enable or disable the Auto Filter.

😊To summarize:

Eye Guardian is a simple and effective tool for anyone who spends a lot of time in front of a screen. By reducing the amount of blue light your screen emits and reminding you to take regular breaks, it can help protect your eyes, improve your sleep, and enhance your overall well-being.


V2: Blue light filter, brightness filter & break timer
V1: Blue light filter only                    

Información Básica de la Extensión

Nombre Eye Guardian Eye Guardian
ID alnaklamobemdmneodhdgcpcimolihfc
URL Oficial https://chromewebstore.google.com/detail/eye-guardian/alnaklamobemdmneodhdgcpcimolihfc
Descripción Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.
Tamaño del Archivo 1.08 MB
Cantidad de Instalaciones 335
Versión Actual 2.1.0
Última Actualización 2024-03-05
Fecha de Publicación 2023-11-13
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador joce.contact.pro
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados de,en,fr,nl,es,it,pt-BR,pt-PT,ru,hi,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eye Guardian",
    "description": "__MSG_appDescription__",
    "version": "2.1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "images\/eye-guardian-64.png",
            "128": "images\/eye-guardian-128.png",
            "256": "images\/eye-guardian-256.png"
        }
    },
    "icons": {
        "64": "images\/eye-guardian-64.png",
        "128": "images\/eye-guardian-128.png",
        "256": "images\/eye-guardian-256.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "notifications",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "startFilter.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sounds\/first-notification.mp3",
                "sounds\/second-notification.mp3"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ],
            "use_dynamic_url": false
        }
    ],
    "default_locale": "en"
}