Today, I decided to make an FPS counter to help with performance analysis, but I realized it would be quite useful as a standalone extension. I learned how to register keyboard shortcuts properly for this one, so you can even remap the hotkey for it.

Pressing F6 will toggle the FPS counter, which will show up in the top-left corner of the screen. It displays the average FPS over the course of 5 frames, to improve both readability and performance. The extension displays a message saying it comes with a small performance penalty when idle. This is because it has to constantly request animation frames, even when the interface would normally be idle. On my computer, it usually increases CPU usage by around 2-3% and GPU usage by around 2-4%. It's small, but it would be wasteful if you kept it on all the time.
Here's a preview of what it looks like:

Official listing: https://www.mediamonkey.com/addons/brow ... s-counter/
You can also download the most recent version here: https://1drv.ms/u/s!AqHzUrf30uprpIcsZ1kIX32styqIkA
I hope it's helpful! Enjoy!