TylerJDev / YouTube-Timestamps

A plugin which tracks YouTube timestamps. Never lose track of what timestamp you're on again! ⏱️
6 stars 1 forks source link
chrome plugin timestamps youtube

YouTube Timestamps ⏱️

YouTube Timestamps is a plugin to track timestamps on any video which contains them.

On YouTube, a content creator can add timestamps to either the description, or within the comments - which any user is free and able to do if the comment section permits. This plugin will grab those timestamps and display them in an easy to read format. The current timestamp selected will be highlighted, and marked as a heading under the title of the video.

Installing

Install via the Chrome Web Store YouTube Timestamps

You can install this app by downloading/cloning this repository, Unzip the folder, and load unpacked on Chrome.

Running the tests

npm test

Contributing

Most of the issues are quite simple, mainly to do with parsing or ensuring a timestamp is properly caught. If you want to contribute, check out the Issues tab, or head into the Projects tab to see what's currently on the menu.

Writing issues

Please stick with this format when writing an issue

Occurrences

Steps to reproduce

Expected result

Actual Result

Comments

Versioning

For future versioning updates, check the changelog.

1.0.4 - Added initial setting "color" to handleYoutube.js

1.0.3 - Removed console log(s), fixed issue where timestamp might be undefined

1.0.2 - Added another fix regarding plugin setting, changed string value to boolean.

1.0.1 - Fixed issue with plugin setting, added new icon

1.0.0 - Initial Release

0.3.0 - Added proper A11Y, improved color input with combobox functionality

0.2.9 - Fixed issue #5 & improved parsing

0.2.8 - Fixed issue #13

0.2.8 - Fixed issue #11

0.2.7 - Fixed issue #7

0.2.6 - Fixed issue #4

0.2.5 - Added interface

0.1.5 - More cleaning

0.1.4 - Multiple bug fixes, cleaned up code, added more a11y

0.1.3 - Fixed issue #6, improved file organization

0.1.2 - Fixed issue #10 as well as an issue that caused timestamps grabbed from comments not to update

0.1.1 - Fixed issue #7 regarding timestamp HTML being displayed on videos without timestamps

0.1.0 - Added Next/Previous track functionality

Future additions

Authors

Plugin was made by Tyler Jones, any contributors will be listed here.

Acknowledgments

I'd like to thank my friend Aaron for helping me stay committed to this plugin.