CloudGame/Video FPS Monitor

Measures the FPS of the video element

CloudGame/Video FPS Monitor là gì?

CloudGame/Video FPS Monitor là một tiện ích mở rộng Chrome được phát triển bởi MoovyChat, và tính năng chính của nó là "Measures the FPS of the video element".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CloudGame/Video FPS Monitor

Tải xuống các tệp mở rộng CloudGame/Video FPS Monitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CloudGame/Video FPS Monitor CloudGame/Video FPS Monitor
ID ebpacnlebdaeiegaoamldhpfbhppclam
URL Chính Thức https://chromewebstore.google.com/detail/cloudgamevideo-fps-monito/ebpacnlebdaeiegaoamldhpfbhppclam
Mô tả Measures the FPS of the video element
Kích Thước Tệp 815 KB
Số Lần Cài Đặt 208
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2024-02-16
Ngày Phát Hành 2023-07-19
Nhà Phát Triển MoovyChat
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.moovychat.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}