Bluelight Blocker

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

Cos'è Bluelight Blocker?

Bluelight Blocker è un'estensione di Chrome sviluppata da Tesla Develops, e la sua funzione principale è "Select a filter and block blue light to protect your eyes.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bluelight Blocker

Scarica i file di estensione Bluelight Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        👁 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                    

Informazioni di Base sull'Estensione

Nome Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
URL Ufficiale https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
Descrizione Select a filter and block blue light to protect your eyes.
Dimensione del File 154 KB
Conteggio Installazioni 3,013
Versione Corrente 1.3
Ultimo Aggiornamento 2022-10-24
Data di Pubblicazione 2022-02-03
Valutazione 3.86/5 Totale 14 Valutazioni
Sviluppatore Tesla Develops
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tesladevelops.com/bluelightblocker
URL della Pagina di Aiuto https://forms.gle/NdsDKzxf4MA8NegG9
URL della Pagina della Politica sulla Privacy https://tesladevelops.pages.dev/privacy
Lingue Supportate 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"
}