Stadia Stream Monitor
Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…
O que é Stadia Stream Monitor?
Stadia Stream Monitor é uma extensão do Chrome desenvolvida por Emanuel Malmquist, e sua principal característica é "Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Stadia Stream Monitor
Baixe arquivos de extensão Stadia Stream Monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with ctrl+m.
Informações Básicas da Extensão
Nome | |
ID | mndabhanaogdipbdijllhhmnmbhaoidc |
URL Oficial | https://chrome.google.com/webstore/detail/stadia-stream-monitor/mndabhanaogdipbdijllhhmnmbhaoidc |
Descrição | Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with… |
Tamanho do Arquivo | 4.15 KB |
Contagem de Instalações | 327 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-01-02 |
Data de Publicação | 2020-01-02 |
Classificação | 1.14/5 Total de 7 Avaliações |
Desenvolvedor | Emanuel Malmquist |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |