This extension was created in order to fix a common issue people binge-watching on YouTube might have faced.
The purpose is to inject a button in current YouTube UI to keep track of the watchtime on a per video basis.
Watchtime is displayed in percentage.
The data is stored in browser localstorage, and can't unfortunately be shared across devices yet.
- Injecting button next to Subscribe button
- Displaying watchtime in percentage in previously injected button
- Updating watchtime everytime the
timeupdate
event is fired - Displaying a tick when the video reached the end, independantly of the total watchtime
The extension is available on the Chrome Web Store.
https://chromewebstore.google.com/detail/watchd/cjdkmjpbhgkbjgfhcflccchhhffkhhjd?authuser=0&hl=fr&pli=1
The extension can also be installed unpacked, by following these instructions:
- Clone this git repository
- Navigate to
chrome://extensions
- Enable developer mode
- Load the unpacked extension by locating the previously cloned repository
Improvements to this extension are more than welcome!
Do not hesitate to initiate PR if you believe a great feature could be added to it.