Stadia Stream Monitor

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

Wat is Stadia Stream Monitor?

Stadia Stream Monitor is een Chrome-extensie ontwikkeld door Emanuel Malmquist, en de belangrijkste functie is "Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stadia Stream Monitor

Download Stadia Stream Monitor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Can be toggled with ctrl+m.                    

Basisinformatie over de Extensie

Naam Stadia Stream Monitor Stadia Stream Monitor
ID mndabhanaogdipbdijllhhmnmbhaoidc
Officiële URL https://chrome.google.com/webstore/detail/stadia-stream-monitor/mndabhanaogdipbdijllhhmnmbhaoidc
Beschrijving Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…
Bestandsgrootte 4.15 KB
Aantal Installaties 327
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-01-02
Publicatiedatum 2020-01-02
Beoordeling 1.14/5 Totaal 7 Beoordelingen
Ontwikkelaar Emanuel Malmquist
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}