Are you addicted to watching YouTube? I am. That's why I built this chrome extension which shows me how much time I am spending on YouTube. It also shows weekly Data with average time spent. This extension works on all chromium based web browsers (Eg. Brave, Google Chrome)
- Clone the repository.
- Open your browser and on address bar paste this link
chrome://extensions/
(works on both Google Chrome and Brave) - In the top right corner, turn on 'Developer Mode`, this will activate three buttons on the left.
- Click
Load Unpacked
, and select the folder where you cloned the repository. - Accept the permissions required, voila Yt Timer is activated.
- Timer on Homepage is shown only for Dark Mode pages, I'll refactor the code to support both modes.
- If your new to chrome extensions, then check out this article to understand more about them.
- If you use YouTube in light mode then please change the branch from
main
tomain-light
and follow the same installation steps as above.