Eye Guardian

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

Wat is Eye Guardian?

Eye Guardian is een Chrome-extensie ontwikkeld door joce.contact.pro, en de belangrijkste functie is "Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Eye Guardian

Download Eye Guardian-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Eye Guardian Eye Guardian
ID alnaklamobemdmneodhdgcpcimolihfc
Officiële URL https://chromewebstore.google.com/detail/eye-guardian/alnaklamobemdmneodhdgcpcimolihfc
Beschrijving Blue light filter 🛡️ and break timer for eye protection. Reduces eye strain, encourages regular breaks, improves health & sleep.
Bestandsgrootte 1.08 MB
Aantal Installaties 335
Huidige Versie 2.1.0
Laatst Bijgewerkt 2024-03-05
Publicatiedatum 2023-11-13
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar joce.contact.pro
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}