Bluelight Blocker

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

Co to jest Bluelight Blocker?

Bluelight Blocker to rozszerzenie Chrome opracowane przez Tesla Develops, a jego główną funkcją jest „Select a filter and block blue light to protect your eyes.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bluelight Blocker

Pobierz pliki rozszerzeń Bluelight Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        👁 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                    

Podstawowe informacje o rozszerzeniu

Nazwa Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
Oficjalny URL https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
Opis Select a filter and block blue light to protect your eyes.
Rozmiar pliku 154 KB
Liczba instalacji 3,013
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-10-24
Data Publikacji 2022-02-03
Ocena 3.86/5 Łącznie 14 Oceny
Deweloper Tesla Develops
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://tesladevelops.com/bluelightblocker
Adres URL Strony Pomocy https://forms.gle/NdsDKzxf4MA8NegG9
Adres URL Strony Polityki Prywatności https://tesladevelops.pages.dev/privacy
Obsługiwane Języki 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"
}