Stadia Stream Monitor

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

Stadia Stream Monitorとは何ですか?

Stadia Stream MonitorはEmanuel Malmquistによって開発されたChromeの拡張機能で、その主な機能は「Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…」です。

拡張機能のスクリーンショット

screenshot

Stadia Stream Monitor拡張機能のCRXファイルをダウンロード

Stadia Stream Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

Can be toggled with ctrl+m.                    

拡張機能の基本情報

名前 Stadia Stream Monitor Stadia Stream Monitor
ID mndabhanaogdipbdijllhhmnmbhaoidc
公式URL https://chrome.google.com/webstore/detail/stadia-stream-monitor/mndabhanaogdipbdijllhhmnmbhaoidc
説明 Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…
ファイルサイズ 4.15 KB
インストール数 327
現在のバージョン 1.0.0
最終更新日 2020-01-02
公開日 2020-01-02
評価 1.14/5 合計 7 レビュー
開発者 Emanuel Malmquist
支払い方法 free
対応言語 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"
        }
    ]
}