A Chrome extension that shows how many videos you’re behind on for any YouTube channel.
A Chrome extension that shows how many videos you’re behind on for any YouTube channel.
This is my first extension that I have ever built. I took a look at the chrome extensions docs then got started. I wanted to build an extension for youtube but I did not want to rebuilt an extension that have been created a 1000 times. So I made Channel Debt, it shows how many videos you’re behind on for any YouTube channel.
It knows how many videos you did not watch by looping over all of the videos that have been loaded in the videos page then see which ones you have watched, because these videos usually have a progress bar in them. It is not the best way but it gets the job done. It also shows a small message under these stats, trying to be funny and stuff.
Since youtube is an SPA it has to rerun every time it navigates to another page, because this does not happen automatically, so I fixed this and now it works as expected.
It is my first extension and the idea is weird so it might have problems but I am still working on it.
Log in to leave a comment