
Chronotube ავტორი Anton "necauqua" Bulakh
Automatically updates current YouTube or Twitch video URL with the timecode of the playing video
გესაჭიროებათ Firefox, ამ გაფართოების გამოსაყენებლად
გაფართოების მონაცემები
გაფართოების შესახებ
This is a tiny addon that evolved from my userscript.
It simply updates your URL when you're watching a YouTube or a Twitch video so that it always contains a timecode at the position you're watching the video.
This makes it a bit simpler to share videos with timecodes, but the main reason is to store the position at which you stopped watching the video in the browser history.
You may look into addon preferences for the offset - by default it is -1 so the timecode lags behind the actual video for one second, it can be any number - even positive if that is needed for whatever reason. Also the preferences allow you to specify the timecode format - there are two interchangeable formats supported by both YouTube and Twitch at the moment.
Addon icon was made by Freepik from www.flaticon.com
It simply updates your URL when you're watching a YouTube or a Twitch video so that it always contains a timecode at the position you're watching the video.
This makes it a bit simpler to share videos with timecodes, but the main reason is to store the position at which you stopped watching the video in the browser history.
You may look into addon preferences for the offset - by default it is -1 so the timecode lags behind the actual video for one second, it can be any number - even positive if that is needed for whatever reason. Also the preferences allow you to specify the timecode format - there are two interchangeable formats supported by both YouTube and Twitch at the moment.
Addon icon was made by Freepik from www.flaticon.com
თქვენი შეფასება
ნებართვებივრცლად
ამ დამატებას ესაჭიროება:
- მონახულებული გვერდების ისტორიასთან წვდომა
- თქვენს მონაცემებთან წვდომა www.youtube.com-ზე
- თქვენს მონაცემებთან წვდომა www.twitch.tv-ზე
დამატებითი მონაცემები
- დამატების ბმულები
- ვერსია
- 1.3.0
- ზომა
- 13,33 კბ
- ბოლო განახლება
- 5 წლის წინ (10 ივლ 2020)
- მსგავსი კატეგორიები
- ლიცენზია
- MIT-ლიცენზია
- ვერსიის ისტორია
კრებულში დამატება
1.3.0 გამოშვების მონაცემები
Fixed addon not working with dynamically added video tags - such as when you open a YouTube video in the current tab instead of opening it in the new one. This is a big fix actually.
Anton "necauqua" Bulakh ავტორის სხვა გაფართოებები
- ჯერ არ შეფასებულა
- ჯერ არ შეფასებულა
- ჯერ არ შეფასებულა
- ჯერ არ შეფასებულა
- ჯერ არ შეფასებულა
- ჯერ არ შეფასებულა
History permission is needed for the workaround where it removed excess history items, so that URL changes do not clutter the history - this addon actually uses the 'history.replaceState' call which should not clutter history by itself, but Firefox has a long-standing bug of this not being the case.
Access data is because the addon subscribes to video time updates on the video page and updates the URL accordingly. It does not access ANY data except video time.