Video Brightness Adjuster
Adjusts the brightness of the video to make dark scenes more visible.
Video Brightness Adjusterคืออะไร?
Video Brightness Adjuster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย あんこだま และคุณลักษณะหลักของมันคือ "Adjusts the brightness of the video to make dark scenes more visible."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Brightness Adjuster
ดาวน์โหลดไฟล์ส่วนขยาย Video Brightness Adjuster ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can adjust the brightness when scenes in movies and the like are dark and difficult to see. It's possible to adjust three types: brightness, contrast, and saturation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Brightness Adjuster |
ID | enphljmfhkhhfiphjclikhmclddopmpe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe |
คำอธิบาย | Adjusts the brightness of the video to make dark scenes more visible. |
ขนาดไฟล์ | 78.54 KB |
จำนวนการติดตั้ง | 211 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-06-19 |
วันที่เผยแพร่ | 2023-05-10 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | あんこだま |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.2.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "__MSG_extensionDescription__", "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ] } |