Video Brightness Adjuster

Adjusts the brightness of the video to make dark scenes more visible.

Video Brightness Adjuster là gì?

Video Brightness Adjuster là một tiện ích mở rộng Chrome được phát triển bởi あんこだま, và tính năng chính của nó là "Adjusts the brightness of the video to make dark scenes more visible.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Brightness Adjuster

Tải xuống các tệp mở rộng Video Brightness Adjuster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Brightness Adjuster Video Brightness Adjuster
ID enphljmfhkhhfiphjclikhmclddopmpe
URL Chính Thức https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe
Mô tả Adjusts the brightness of the video to make dark scenes more visible.
Kích Thước Tệp 78.54 KB
Số Lần Cài Đặt 211
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-06-19
Ngày Phát Hành 2023-05-10
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển あんこだま
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}