Automatically check for online DDNet (DDraceNetwork/Teeworlds) friends and join them from your top bar. This extension will check for online DDNet friends and show their count in your top bar. You can click the indicator to expand the panel and see more details such as the map each friend is playing, and you can click on a friend list item to launch the game and connect to the server they are in.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
#1 from previous review hasn't been addressed here: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 1. If you do that in extension.js, you need to null out `prefs` in disable. 2. Make `settings` and `prefs` local in prefs.js (create it as local in `buildPrefsWidget`). btw, use 4 characters for indentation. one character is not easy to read.