FPS & Resolution Counter

動画のFPSと解像度を表示してくれる拡張機能

FPS & Resolution Counterとは何ですか?

FPS & Resolution Counterはmomosukeによって開発されたChromeの拡張機能で、その主な機能は「動画のFPSと解像度を表示してくれる拡張機能」です。

拡張機能のスクリーンショット

screenshot

FPS & Resolution Counter拡張機能のCRXファイルをダウンロード

FPS & Resolution Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        このブラウザ拡張機能は、Webページで再生されている動画のFPSと解像度を表示します。Webページ上で動画を再生する際に、現在のFPSと解像度を確認できるため、動画再生品質を向上するのに役立ちます。                    

拡張機能の基本情報

名前 FPS & Resolution Counter FPS & Resolution Counter
ID pijcakogalelomodaojmgfmcakeaaaag
公式URL https://chromewebstore.google.com/detail/fps-resolution-counter/pijcakogalelomodaojmgfmcakeaaaag
説明 動画のFPSと解像度を表示してくれる拡張機能
ファイルサイズ 14.81 KB
インストール数 82
現在のバージョン 1.2
最終更新日 2023-03-15
公開日 2023-03-13
評価 4.50/5 合計 2 レビュー
開発者 momosuke
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}