Bluelight Blocker

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

Qu'est-ce que Bluelight Blocker ?

Bluelight Blocker est une extension Chrome développée par Tesla Develops, et sa fonction principale est "Select a filter and block blue light to protect your eyes.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bluelight Blocker

Téléchargez les fichiers d'extension Bluelight Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        👁 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                    

Informations de Base sur l'Extension

Nom Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
URL Officiel https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
Description Select a filter and block blue light to protect your eyes.
Taille du Fichier 154 KB
Nombre d'Installations 3,013
Version Actuelle 1.3
Dernière Mise à Jour 2022-10-24
Date de Publication 2022-02-03
Évaluation 3.86/5 Total 14 Évaluations
Développeur Tesla Develops
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tesladevelops.com/bluelightblocker
URL de la Page d'Aide https://forms.gle/NdsDKzxf4MA8NegG9
URL de la Page de Politique de Confidentialité https://tesladevelops.pages.dev/privacy
Langues Prises en Charge 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"
}