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 レビュー
開発者 あんこだま
Eメール [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"
            ]
        }
    ]
}