Bluelight Blocker

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

Was ist Bluelight Blocker?

Bluelight Blocker ist eine Chrome-Erweiterung, die von Tesla Develops entwickelt wurde, und ihr Hauptmerkmal ist "Select a filter and block blue light to protect your eyes.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Bluelight Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bluelight Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        👁 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                    

Grundlegende Informationen zur Erweiterung

Name Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
Offizielle URL https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
Beschreibung Select a filter and block blue light to protect your eyes.
Dateigröße 154 KB
Installationsanzahl 3,013
Aktuelle Version 1.3
Letztes Update 2022-10-24
Veröffentlichungsdatum 2022-02-03
Bewertung 3.86/5 Insgesamt 14 Bewertungen
Entwickler Tesla Develops
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tesladevelops.com/bluelightblocker
Hilfeseite URL https://forms.gle/NdsDKzxf4MA8NegG9
URL der Datenschutzrichtlinien-Seite https://tesladevelops.pages.dev/privacy
Unterstützte Sprachen 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"
}