Pixie Screen Shader: Eye Comfort Enhancer

Experience comfortable browsing with adaptable screen shading. Reduce eye strain and improve nighttime reading!

Pixie Screen Shader: Eye Comfort Enhancerคืออะไร?

Pixie Screen Shader: Eye Comfort Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.oziku.tech และคุณลักษณะหลักของมันคือ "Experience comfortable browsing with adaptable screen shading. Reduce eye strain and improve nighttime reading!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixie Screen Shader: Eye Comfort Enhancer

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

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

                        🌙👁️💻 Upgrade your digital environment with Pixie Screen Shader: Eye Comfort Enhancer. Specializing in adaptable screen shading, our extension is designed to make your browsing experience more comfortable and less straining for your eyes.

🚀🌙🚀 Ready for more comfortable screen time? Pixie Screen Shader allows you to adjust your screen’s brightness and tint color according to your preference and environment. Make browsing at any hour a pleasant experience!

🌙🖥️👁️ Protect Your Eyes with Screen Shader: Dim the brightness, adjust the tint color, and create a comfortable screen environment, particularly beneficial for late-night reading or working. Our screen shader reduces glare and high contrasts that strain your eyes.

🔧⚙️🌈 Personalized Comfort: Every eye is unique, and so should be your screen. Adjust brightness and tint levels in real time to create the most comfortable view for your eyes. Whether you prefer a warmer tint for night reading or a cooler one for daytime browsing, Pixie Screen Shader has got you covered.

🎈💻⚙️ Adjust Anytime, Anywhere: With our straightforward user interface, adjusting your screen shade is just a click away. No need to dig into complex system settings. Enjoy a user-friendly experience!

💫📚💫 Pixie Screen Shader is perfect for anyone who spends significant time on their digital devices. Whether you're working late, reading an engaging article, or browsing your favorite websites, our tool is designed to provide optimal eye comfort. Try Pixie Screen Shader today and enjoy the digital world without straining your eyes!

📨 📨 📨 Support Email: [email protected]
✉️ Translations are done via a translator; for incorrect translations, please contact us.
✉️ For bugs or feature requests, please don't hesitate to email us.                    

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

ชื่อ Pixie Screen Shader: Eye Comfort Enhancer Pixie Screen Shader: Eye Comfort Enhancer
ID jindoejlddplmfddefdcfianbhgooldi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixie-screen-shader-eye-c/jindoejlddplmfddefdcfianbhgooldi
คำอธิบาย Experience comfortable browsing with adaptable screen shading. Reduce eye strain and improve nighttime reading!
ขนาดไฟล์ 338 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2023-07-18
วันที่เผยแพร่ 2023-07-18
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.oziku.tech
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.oziku.tech/
URL หน้าช่วยเหลือ https://www.oziku.tech/
URL หน้านโยบายความเป็นส่วนตัว https://www.oziku.tech/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "description": "__MSG_extDescription__",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/logo\/logo_16.png",
        "32": "assets\/logo\/logo_32.png",
        "48": "assets\/logo\/logo_48.png",
        "128": "assets\/logo\/logo_128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_ext_title__",
        "default_icon": {
            "16": "assets\/logo\/logo_16.png",
            "32": "assets\/logo\/logo_32.png",
            "48": "assets\/logo\/logo_48.png",
            "128": "assets\/logo\/logo_128.png"
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentStyle.css"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ]
}