CloudGame/Video FPS Monitor
Measures the FPS of the video element
什麼是CloudGame/Video FPS Monitor?
CloudGame/Video FPS Monitor是由MoovyChat開發的Chrome擴展程式,該擴展的主要功能是“Measures the FPS of the video element”。
擴展截圖
下載CloudGame/Video FPS Monitor擴展crx文件
下載CloudGame/Video FPS Monitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
CloudStream FPS Counter is a Chrome extension designed to measure and monitor the Frames Per Second (FPS) of any video element on your browser, with a focus on cloud-based gaming. This tool allows you to analyze the performance of your cloud gaming session in real-time, providing valuable data such as the current FPS, latency, battery discharge rate, refresh rate, and more. Key Features: Real-Time FPS Data: Provides live statistics about the FPS of your video or game. Battery Statistics: Offers insights about battery levels and the discharge rate during the gaming session. WebKit Summary: Presents data extracted from the video WebKit to help you understand your video's performance. Chart Visualization: Represents FPS data in a line chart format for better visualization. Start/Stop Feature: Gives you the control to start and stop the monitoring process with keyboard shortcuts (Ctrl+Shift+G). Save Statistics: Enables you to save all the gathered data in a JSON file for future analysis. This extension aims to improve your cloud gaming experience by providing accurate data about the video performance, helping you identify issues and making informed decisions.
擴展基本資訊
名稱 | CloudGame/Video FPS Monitor |
ID | ebpacnlebdaeiegaoamldhpfbhppclam |
官方網址 | https://chromewebstore.google.com/detail/cloudgamevideo-fps-monito/ebpacnlebdaeiegaoamldhpfbhppclam |
簡介 | Measures the FPS of the video element |
檔案大小 | 815 KB |
安裝次數 | 208 |
目前版本 | 0.0.6 |
更新時間 | 2024-02-16 |
上架時間 | 2023-07-19 |
開發者 | MoovyChat |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.moovychat.com/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CloudGame\/Video FPS Monitor", "version": "0.0.6", "description": "Measures the FPS of the video element", "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_icon": "icon-34.png" }, "permissions": [ "activeTab", "storage", "scripting" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |