Have you ever closed a YouTube video by accident, or have you gone to another one and when you come back the video starts from 0? With this extension it won't happen anymore
هذه إصدارات لهذا البرنامج النصي حيث تم تحديث الكود. عرض كل الإصدارات.
Fix: fetching icon responds with 404, deleted for now
Changed extension name
Fixed bug: on Firefox, the info UI not displaying at all
Fixed bug: on Chrome the info UI is inserted on the right
Fixed bug: when the video has chapters, the info UI is displayed on the right side instead of on the left
Added user interface that shows the last time it was saved the video
Improved flow.Before:initialize -> setSavedProgress -> loop main at interval doing again the setSavedProgress(here the first setSavedProgress sometimes is not executed because the player is not available so the second one within the loop is executed)Now:initialize -> onPlayerElementExist(setSavedProgress) -> loop saveVideoProgress
Improved performance by not accesing to the video id in each interval iterationCreated config data for global stuff
Changed icon
Changed description