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.”。

扩展截图

screenshot
screenshot
screenshot

下载Video Brightness Adjuster扩展crx文件

下载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 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"
            ]
        }
    ]
}