Bluelight Blocker

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

What is Bluelight Blocker?

Bluelight Blocker is a Chrome extension developed by Tesla Develops, and its main feature is "Select a filter and block blue light to protect your eyes.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Bluelight Blocker Extension CRX File

Download Bluelight Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        👁 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                    

Extension Basic Information

Name Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
Official URL https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
Description Select a filter and block blue light to protect your eyes.
File Size 154 KB
Installation Count 3,013
Current Version 1.3
Last Updated 2022-10-24
Publish Date 2022-02-03
Rating 3.86/5 Total 14 Ratings
Developer Tesla Develops
Email [email protected]
Payment Type free
Extension Website https://tesladevelops.com/bluelightblocker
Help Page URL https://forms.gle/NdsDKzxf4MA8NegG9
Privacy Policy Page URL https://tesladevelops.pages.dev/privacy
Supported Languages 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"
}