FPS & Resolution Counter
動画のFPSと解像度を表示してくれる拡張機能
Wat is FPS & Resolution Counter?
FPS & Resolution Counter is een Chrome-extensie ontwikkeld door momosuke, en de belangrijkste functie is "動画のFPSと解像度を表示してくれる拡張機能".
Extensie Screenshots
Download het CRX-bestand van de extensie FPS & Resolution Counter
Download FPS & Resolution Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
このブラウザ拡張機能は、Webページで再生されている動画のFPSと解像度を表示します。Webページ上で動画を再生する際に、現在のFPSと解像度を確認できるため、動画再生品質を向上するのに役立ちます。
Basisinformatie over de Extensie
Naam | FPS & Resolution Counter |
ID | pijcakogalelomodaojmgfmcakeaaaag |
Officiële URL | https://chromewebstore.google.com/detail/fps-resolution-counter/pijcakogalelomodaojmgfmcakeaaaag |
Beschrijving | 動画のFPSと解像度を表示してくれる拡張機能 |
Bestandsgrootte | 14.81 KB |
Aantal Installaties | 82 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-03-15 |
Publicatiedatum | 2023-03-13 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | momosuke |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FPS & Resolution Counter", "version": "1.2", "manifest_version": 3, "description": "\u52d5\u753b\u306eFPS\u3068\u89e3\u50cf\u5ea6\u3092\u8868\u793a\u3057\u3066\u304f\u308c\u308b\u62e1\u5f35\u6a5f\u80fd", "permissions": [ "tabs" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "embed.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |