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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 CloudGame/Video FPS Monitor
ID ebpacnlebdaeiegaoamldhpfbhppclam
公式URL 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
Eメール [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:\/\/*\/*",
                ""
            ],
            "css": [
                "assets\/css\/contentStyle17080174281.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}