Video Brightness Adjuster

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

Cos'è Video Brightness Adjuster?

Video Brightness Adjuster è un'estensione di Chrome sviluppata da あんこだま, e la sua funzione principale è "Adjusts the brightness of the video to make dark scenes more visible.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Video Brightness Adjuster

Scarica i file di estensione Video Brightness Adjuster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Video Brightness Adjuster Video Brightness Adjuster
ID enphljmfhkhhfiphjclikhmclddopmpe
URL Ufficiale https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe
Descrizione Adjusts the brightness of the video to make dark scenes more visible.
Dimensione del File 78.54 KB
Conteggio Installazioni 211
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-06-19
Data di Pubblicazione 2023-05-10
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore あんこだま
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}