Night Video Tuner
Protect your eyes and improve your sleeping cycles by adjusting video temperature and many other properties!
Night Video Tunerคืออะไร?
Night Video Tuner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pyves และคุณลักษณะหลักของมันคือ "Protect your eyes and improve your sleeping cycles by adjusting video temperature and many other properties!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Night Video Tuner
ดาวน์โหลดไฟล์ส่วนขยาย Night Video Tuner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
● Use on all HTML5 video players: Youtube, Netflix, BBC iPlayer, Vimeo and more! ● Adjust video temperature to filter out blue light before sleep, which can distort your circadian rhythm according to recent research. ● Control 10 other filters to reduce eye strain and enjoy a better night viewing experience: brightness, contrast, gamma, opacity, saturate, grayscale, sepia, invert, hue and blur. ● Not only useful in night mode: tune video settings the other way around for bright environments. ● Improve the visual quality of videos and enjoy more vibrant images at all times. ● Enable, disable and precisely manage filters on the fly. ● Lightweight and user-friendly interface. ● Free and open-source. ● Available in English, French, Polish, Czech, Chinese, Turkish, Ukrainian, and Russian. Support the project by leaving a review or starring its GitHub repository (https://github.com/PyvesB/night-video-tuner)! Note: this extension is not affiliated to Netflix, Youtube or the BBC. The screenshots are only provided as usage examples.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Night Video Tuner |
ID | ogffaloegjglncjfehdfplabnoondfjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/night-video-tuner/ogffaloegjglncjfehdfplabnoondfjo |
คำอธิบาย | Protect your eyes and improve your sleeping cycles by adjusting video temperature and many other properties! |
ขนาดไฟล์ | 28.82 KB |
จำนวนการติดตั้ง | 1,216 |
เวอร์ชันปัจจุบัน | 1.2.6 |
อัปเดตครั้งล่าสุด | 2023-03-11 |
วันที่เผยแพร่ | 2018-10-17 |
คะแนน | 4.08/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | Pyves |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/PyvesB/night-video-tuner |
URL หน้าช่วยเหลือ | https://github.com/PyvesB/night-video-tuner/issues |
ภาษาที่รองรับ | en,fr,tr,pl,cs,ru,uk,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Night Video Tuner", "version": "1.2.6", "description": "__MSG_manifest_description__", "author": "PyvesB", "homepage_url": "https:\/\/github.com\/PyvesB\/night-video-tuner", "default_locale": "en", "offline_enabled": true, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_adjust_video_properties__", "default_icon": "icons\/icon-pause.png", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "filters\/filters.js", "content\/content.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "icons\/icon-medium.png", "128": "icons\/icon-large.png" }, "manifest_version": 2 } |