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 - это расширение Chrome, разработанное Emanuel Malmquist, и его основная функция - "Presents an overlay with details regarding the current stream, such as resolution, FPS and frames dropped. Can be toggled with…".
Снимки экрана расширения
Скачать файл CRX расширения Stadia Stream Monitor
Скачайте файлы расширений 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 |
Официальный 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" } ] } |