Stadia Stream Monitor

Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…

Co je Stadia Stream Monitor?

Stadia Stream Monitor je rozšíření Chrome vyvinuté Emanuel Malmquist, a jeho hlavní funkcí je „Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Stadia Stream Monitor

Stáhněte si soubory rozšíření Stadia Stream Monitor 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í

                        Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped.

Can be toggled with ctrl+m.                    

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

Název Stadia Stream Monitor Stadia Stream Monitor
ID mndabhanaogdipbdijllhhmnmbhaoidc
Oficiální URL https://chrome.google.com/webstore/detail/stadia-stream-monitor/mndabhanaogdipbdijllhhmnmbhaoidc
Popis Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…
Velikost souboru 4.15 KB
Počet instalací 327
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-01-02
Datum Vydání 2020-01-02
Hodnocení 1.14/5 Celkem 7 Hodnocení
Vývojář Emanuel Malmquist
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stadia Stream Monitor",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stadia.google.com\/*"
            ],
            "js": [
                "StadiaStreamMonitor.js"
            ],
            "run_at": "document_end"
        }
    ]
}