YouTube Playlist Date Sorter by harness
YouTube Playlist Date Sorter は、YouTube のプレイリストを動画の投稿日順に並び替えて再生しやすくする拡張機能です。
Extension Metadata
Screenshots
About this extension
YouTube のプレイリストページやプレイリスト再生画面で、表示中の動画を「古い投稿日から」または「新しい投稿日から」に並び替えられます。
並び替えた順序に沿って次の動画へ移動できるため、シリーズ動画や配信アーカイブを時系列で見たいときに便利です。YouTube Data API は使用せず、表示中のページと各動画ページから取得できる情報だけで動作します。
主な機能:
プレイリスト内の動画を投稿日順に並び替え
古い順 / 新しい順の切り替え
並び替え順に沿って「次の動画へ」移動
自動で次の動画へ進むモード
日本語 / English 表示切り替え
右下パネルの最小化
この拡張機能は、プレイリスト自体の保存順を変更しません。ブラウザ上の表示順と、拡張機能による次動画移動だけを制御します。
並び替えた順序に沿って次の動画へ移動できるため、シリーズ動画や配信アーカイブを時系列で見たいときに便利です。YouTube Data API は使用せず、表示中のページと各動画ページから取得できる情報だけで動作します。
主な機能:
プレイリスト内の動画を投稿日順に並び替え
古い順 / 新しい順の切り替え
並び替え順に沿って「次の動画へ」移動
自動で次の動画へ進むモード
日本語 / English 表示切り替え
右下パネルの最小化
この拡張機能は、プレイリスト自体の保存順を変更しません。ブラウザ上の表示順と、拡張機能による次動画移動だけを制御します。
Rated 5 by 1 reviewer
Permissions and data
Required permissions:
- Access your data for www.youtube.com
Optional permissions:
- Access your data for www.youtube.com
Data collection:
- The developer says this extension doesn't require data collection.
More information
- Add-on Links
- Version
- 0.1.4
- Size
- 30.96 KB
- Last updated
- 7 hours ago (Jun 2, 2026)
- Related Categories
- License
- MIT License
- Version History
- Add to collection
It runs content scripts on YouTube pages and shows a bottom-right panel only when the current page has a playlist ID. The extension reads the visible playlist DOM to collect video IDs, fetches each video page HTML, extracts publish dates from metadata such as publishDate/datePublished, then sorts the visible playlist items in the browser DOM.
The extension does not use the YouTube Data API, does not require an API key, and does not modify the playlist on YouTube. It only changes the visible order in the current browser page and builds the next video URL for navigation.
User settings and per-playlist sort results are stored locally with browser storage. No user data is transmitted to an external server.