I created a minimal extension for Chromium browsers to auto unload tabs after a set number of minutes.
I created it because I wanted an extension to reduce my browser RAM usage. I didn’t want to install an extension that would auto-update and bring all sorts of shenanigans (spam, monitoring, ads, etc.). So, I came up with this extension and decided to share it in case someone is looking for something similar.
You can see the details here: https://github.com/hugogameiro/unload-tabs
The post Chromium browser extension to auto unload tabs first appeared on Hugo Gameiro.