Bluelight Blocker

Select a filter and block blue light to protect your eyes.

Wat is Bluelight Blocker?

Bluelight Blocker is een Chrome-extensie ontwikkeld door Tesla Develops, en de belangrijkste functie is "Select a filter and block blue light to protect your eyes.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bluelight Blocker

Download Bluelight Blocker-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

                        👁 Filter blue light from your computer screen in a simple way.

If you spend many hours surfing the internet, then it is highly recommended to protect your eyes from blue light, it can cause eyestrain and eyestrain. You can improve your sleep by preventing melatonin from being suppressed by blue light.

With this extension you can choose different color tones that dim your screen, and you can also choose the level or turn them off.

----- Update notes -----

🆕 Version 1.3:
 - A help page has been added 

🟩 Version 1.2:
 - Portuguese has been added                    

Basisinformatie over de Extensie

Naam Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
Officiële URL https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
Beschrijving Select a filter and block blue light to protect your eyes.
Bestandsgrootte 154 KB
Aantal Installaties 3,013
Huidige Versie 1.3
Laatst Bijgewerkt 2022-10-24
Publicatiedatum 2022-02-03
Beoordeling 3.86/5 Totaal 14 Beoordelingen
Ontwikkelaar Tesla Develops
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tesladevelops.com/bluelightblocker
Help Pagina-URL https://forms.gle/NdsDKzxf4MA8NegG9
URL van de Privacybeleid Pagina https://tesladevelops.pages.dev/privacy
Ondersteunde Talen en,fr,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bluelight Blocker",
    "version": "1.3",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/args.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "default_locale": "es"
}