Video Brightness Adjuster
Adjusts the brightness of the video to make dark scenes more visible.
Apa itu Video Brightness Adjuster?
Video Brightness Adjuster adalah ekstensi Chrome yang dikembangkan oleh あんこだま, dan fitur utamanya adalah "Adjusts the brightness of the video to make dark scenes more visible.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Video Brightness Adjuster
Unduh file ekstensi Video Brightness Adjuster dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Video Brightness Adjuster |
ID | enphljmfhkhhfiphjclikhmclddopmpe |
URL Resmi | https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe |
Deskripsi | Adjusts the brightness of the video to make dark scenes more visible. |
Ukuran File | 78.54 KB |
Jumlah Instalasi | 211 |
Versi Saat Ini | 1.2.0 |
Terakhir Diperbarui | 2023-06-19 |
Tanggal Publikasi | 2023-05-10 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | あんこだま |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |