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…”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | mndabhanaogdipbdijllhhmnmbhaoidc |
官方網址 | 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" } ] } |