Stadia Stream Monitor
Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…
Co to jest Stadia Stream Monitor?
Stadia Stream Monitor to rozszerzenie Chrome opracowane przez Emanuel Malmquist, a jego główną funkcją jest „Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stadia Stream Monitor
Pobierz pliki rozszerzeń Stadia Stream Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with ctrl+m.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mndabhanaogdipbdijllhhmnmbhaoidc |
Oficjalny URL | https://chrome.google.com/webstore/detail/stadia-stream-monitor/mndabhanaogdipbdijllhhmnmbhaoidc |
Opis | Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with… |
Rozmiar pliku | 4.15 KB |
Liczba instalacji | 327 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-01-02 |
Data Publikacji | 2020-01-02 |
Ocena | 1.14/5 Łącznie 7 Oceny |
Deweloper | Emanuel Malmquist |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |