CloudGame/Video FPS Monitor
Measures the FPS of the video element
CloudGame/Video FPS Monitorคืออะไร?
CloudGame/Video FPS Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MoovyChat และคุณลักษณะหลักของมันคือ "Measures the FPS of the video element"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CloudGame/Video FPS Monitor
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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:\/\/*\/*", " |