Video Brightness Adjuster

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

Co je Video Brightness Adjuster?

Video Brightness Adjuster je rozšíření Chrome vyvinuté あんこだま, a jeho hlavní funkcí je „Adjusts the brightness of the video to make dark scenes more visible.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Video Brightness Adjuster

Stáhněte si soubory rozšíření Video Brightness Adjuster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Video Brightness Adjuster Video Brightness Adjuster
ID enphljmfhkhhfiphjclikhmclddopmpe
Oficiální URL https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe
Popis Adjusts the brightness of the video to make dark scenes more visible.
Velikost souboru 78.54 KB
Počet instalací 211
Aktuální Verze 1.2.0
Poslední Aktualizace 2023-06-19
Datum Vydání 2023-05-10
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář あんこだま
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}