Adjust Video Brightness

Adjust Video Brightness & Playback Rate

Co to jest Adjust Video Brightness?

Adjust Video Brightness to rozszerzenie Chrome opracowane przez Kunihiro Ando, a jego główną funkcją jest „Adjust Video Brightness & Playback Rate”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Adjust Video Brightness

Pobierz pliki rozszerzeń Adjust Video Brightness w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Adjust Video Brightness & Playback Rate




github
 https://github.com/kxkx5150/Adjust-Video-Brightness


 v0.8
    added:Picture-in-Picture (PiP) button                    

Podstawowe informacje o rozszerzeniu

Nazwa Adjust Video Brightness Adjust Video Brightness
ID fncjpeelcffbldedcpdenhcgjdkpkbmm
Oficjalny URL https://chrome.google.com/webstore/detail/adjust-video-brightness/fncjpeelcffbldedcpdenhcgjdkpkbmm
Opis Adjust Video Brightness & Playback Rate
Rozmiar pliku 27.85 KB
Liczba instalacji 2,044
Aktualna Wersja 0.8
Ostatnia Aktualizacja 2019-05-24
Data Publikacji 2019-05-19
Ocena 3.71/5 Łącznie 17 Oceny
Deweloper Kunihiro Ando
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adjust Video Brightness",
    "description": "Adjust Video Brightness & Playback Rate",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "icon24.png",
        "close.png"
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.8"
}