Video Brightness Adjuster
Adjusts the brightness of the video to make dark scenes more visible.
What is Video Brightness Adjuster?
Video Brightness Adjuster is a Chrome extension developed by あんこだま, and its main feature is "Adjusts the brightness of the video to make dark scenes more visible.".
Extension Screenshots
Download Video Brightness Adjuster Extension CRX File
Download Video Brightness Adjuster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Video Brightness Adjuster |
ID | enphljmfhkhhfiphjclikhmclddopmpe |
Official URL | https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe |
Description | Adjusts the brightness of the video to make dark scenes more visible. |
File Size | 78.54 KB |
Installation Count | 211 |
Current Version | 1.2.0 |
Last Updated | 2023-06-19 |
Publish Date | 2023-05-10 |
Rating | 3.00/5 Total 2 Ratings |
Developer | あんこだま |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |