FPS & Resolution Counter
動画のFPSと解像度を表示してくれる拡張機能
What is FPS & Resolution Counter?
FPS & Resolution Counter is a Chrome extension developed by momosuke, and its main feature is "動画のFPSと解像度を表示してくれる拡張機能".
Extension Screenshots
Download FPS & Resolution Counter Extension CRX File
Download FPS & Resolution Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        このブラウザ拡張機能は、Webページで再生されている動画のFPSと解像度を表示します。Webページ上で動画を再生する際に、現在のFPSと解像度を確認できるため、動画再生品質を向上するのに役立ちます。                     Extension Basic Information
| Name |   |  
| ID | pijcakogalelomodaojmgfmcakeaaaag | 
| Official URL | https://chromewebstore.google.com/detail/fps-resolution-counter/pijcakogalelomodaojmgfmcakeaaaag | 
| Description | 動画のFPSと解像度を表示してくれる拡張機能 | 
| File Size | 14.81 KB | 
| Installation Count | 82 | 
| Current Version | 1.2 | 
| Last Updated | 2023-03-15 | 
| Publish Date | 2023-03-13 | 
| Rating | 4.50/5 Total 2 Ratings | 
| Developer | momosuke | 
| [email protected] | |
| Payment Type | free | 
| Supported Languages | 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"
    }
}  |  |