/youtube-dater

chrome extension to list video dates in youtube

Primary LanguageJavaScriptMIT LicenseMIT

YouTube Video List Dater

Ever wondered if you could get the published/uploaded date of related videos in youtube without even opening the videos, here is an extension which will solve this for you.

I made it coz I needed it. 😉

YouTube Video List Dater

To Install

  • From the webstore: YouTube Video List Dater

  • For development:

    1. Clone this repo
    2. Open up Chrome and go to the extensions page (Window → Extensions)
    3. Enable developer mode (if it’s not already)
    4. Click on “Load unpacked extension”
    5. Select the folder for this app

Extra notes:

  • Please report any bugs that you find as issues on the project

Update

  • v2.0 -

    1. publish date of show more videos
    2. run script on dom history change
  • v2.0.1 -

    1. fixing double dates when playing playlist
  • v2.1.1 -

    1. remove Published/Uploaded prefix from date
    2. added loader gif
    3. changed date to time difference
  • v2.1.2 -

    1. support all languages
  • v2.1.3 -

    1. bug fix due to youtube code structure change
  • v2.1.4 -

    1. get language from button
  • v2.1.5 -

    1. add "today" if 0 day
  • v2.2.6 -

    1. revamping as per new youtube changes
  • v2.3.0 -

    1. fixes major issues due to which extension used to fail
    2. gets date in real time from html content
  • v2.3.1 -

    1. fixes to comply with youtube layout changes.
  • v2.3.2 -

    1. speeds up date loading and adds workflow to run 2 intervals, 1 for quick loading and other for lazy loading for dates.