Udemy Progress v1.0.1
A simple extension which calculates your progress on udemy course.
WHY would you need this extension?
Because udemy's progress feature is terrible, it calculates your progress simply by the count of lectures you've watched / total. 40 minutes lecture and 1 minute lecture are not SAME.
HOW does it work ?
It is activated only on your course page and read data from the page. Since not all the lectures are loaded on DOM, It needs to do some clicks. Don't worry, it will still take only couple of seconds. It does not save any data so your progress needs to be calculated everytime.
Sample valid URL:
<img src="https://github.com/burak-yildirim/udemy-progress/raw/master/images/valid-url.png" alt="Sample valid URL" style="max-width:100%;">
While analyzing:
<img src="https://github.com/burak-yildirim/udemy-progress/raw/master/images/analyzing.png" alt="While analyzing" style="max-width:100%;">
Sample non-valid URL:
<img src="https://github.com/burak-yildirim/udemy-progress/raw/master/images/non-valid-url.png" alt="Sample non-valid URL" style="max-width:100%;">