Stadia Stream Monitor

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

What is Stadia Stream Monitor?

Stadia Stream Monitor is a Chrome extension developed by Emanuel Malmquist, and its main feature is "Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…".

Extension Screenshots

screenshot

Download Stadia Stream Monitor Extension CRX File

Download Stadia Stream Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Can be toggled with ctrl+m.                    

Extension Basic Information

Name Stadia Stream Monitor Stadia Stream Monitor
ID mndabhanaogdipbdijllhhmnmbhaoidc
Official URL https://chrome.google.com/webstore/detail/stadia-stream-monitor/mndabhanaogdipbdijllhhmnmbhaoidc
Description Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…
File Size 4.15 KB
Installation Count 327
Current Version 1.0.0
Last Updated 2020-01-02
Publish Date 2020-01-02
Rating 1.14/5 Total 7 Ratings
Developer Emanuel Malmquist
Payment Type free
Supported Languages 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"
        }
    ]
}