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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}