FPS & Resolution Counter
動画のFPSと解像度を表示してくれる拡張機能
Cos'è FPS & Resolution Counter?
FPS & Resolution Counter è un'estensione di Chrome sviluppata da momosuke, e la sua funzione principale è "動画のFPSと解像度を表示してくれる拡張機能".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FPS & Resolution Counter
Scarica i file di estensione FPS & Resolution Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
このブラウザ拡張機能は、Webページで再生されている動画のFPSと解像度を表示します。Webページ上で動画を再生する際に、現在のFPSと解像度を確認できるため、動画再生品質を向上するのに役立ちます。 Informazioni di Base sull'Estensione
| Nome | |
| ID | pijcakogalelomodaojmgfmcakeaaaag |
| URL Ufficiale | https://chromewebstore.google.com/detail/fps-resolution-counter/pijcakogalelomodaojmgfmcakeaaaag |
| Descrizione | 動画のFPSと解像度を表示してくれる拡張機能 |
| Dimensione del File | 14.81 KB |
| Conteggio Installazioni | 82 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2023-03-15 |
| Data di Pubblicazione | 2023-03-13 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | momosuke |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |