Bluelight Blocker

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

Bluelight Blockerคืออะไร?

Bluelight Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tesla Develops และคุณลักษณะหลักของมันคือ "Select a filter and block blue light to protect your eyes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bluelight Blocker

ดาวน์โหลดไฟล์ส่วนขยาย Bluelight Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        👁 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
คำอธิบาย Select a filter and block blue light to protect your eyes.
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 3,013
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-10-24
วันที่เผยแพร่ 2022-02-03
คะแนน 3.86/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Tesla Develops
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tesladevelops.com/bluelightblocker
URL หน้าช่วยเหลือ https://forms.gle/NdsDKzxf4MA8NegG9
URL หน้านโยบายความเป็นส่วนตัว https://tesladevelops.pages.dev/privacy
ภาษาที่รองรับ 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"
}