Save the dialogue tracks from House of the Dragon, The Last of Us, and the rest of the HBO catalog as SRT, VTT, or TXT files — from the player you already use.
The short answer: HBO Max streams subtitles to your browser in timed fragments while the video plays — that's why there's no "save subtitles" button and why copy-pasting is impossible. The Subtitle Downloader extension collects those fragments and reassembles them into one clean, correctly-timed file. Works whether your account still says "Max" or the newer "HBO Max" branding.
Between the rebrands and the player changes, most "download HBO subtitles" guides you'll find are already out of date.
HBO Max doesn't send one subtitle file — it streams timed text in small segments alongside the video. There's nothing you could grab by hand even if you found the network requests.
HBO Go, HBO Now, HBO Max, Max, HBO Max again — every rename shipped player changes that killed the scripts written for the previous era. Most tutorials you'll find still target a player that no longer exists.
Sports and news on the platform use live closed captions generated in real time. Only on-demand titles carry finished subtitle tracks that can actually be saved.
Five steps. Less than two minutes. Done.
Add it from the extension store for your browser — Chrome, Firefox, or Edge. Confirm permissions when prompted. Takes about 15 seconds.
Open the site in your desktop browser (max.com or hbomax.com — both point to the same player) and start a movie or episode. Live channels won't work; on-demand titles will.
Use the "Audio & Subtitles" control in the player and pick a language. This tells the player to start streaming that track so the extension can collect it.
The popup shows the subtitle tracks detected for the current title. Choose SRT, VTT, or TXT — the extension reassembles the streamed fragments into one correctly-timed file.
Want the whole season? Use batch download — select a season of a show like House of the Dragon and get all subtitles as a single ZIP.
Max's subtitles are reachable in the Network tab, but they come the hard way. Open DevTools (F12), open the Network tab, and filter for .mpd. Max delivers its streams as MPEG-DASH, so what you find is a .mpd manifest (XML) — not the subtitles, but a description of where each subtitle segment lives.
To rebuild a usable file by hand you'd parse the MPD, fetch each subtitle segment, and merge them in order — and Max makes that worse by embedding pre-roll ads as separate periods at the start of the manifest, which throws the timestamps off unless you account for them. The extension parses the MPD, merges the real content segments, and corrects the ad offset for you. The general Network-tab approach is covered in our DevTools extraction guide.
Free. No account needed. Install in 15 seconds.
A quick note on the naming, because it genuinely confuses people searching for this.
HBO Max became "Max" in 2023, then Warner Bros. Discovery reversed course and brought the HBO Max name back in 2025. Depending on your country and how stale your app is, you may still see either brand. It doesn't matter for subtitles: it's the same web player under the hood, and the extension supports it under both names and domains.
On-demand movies and series carry regular subtitle tracks — those download cleanly. Live programming (sports, news simulcasts) uses real-time closed captions generated as the broadcast happens; there is no finished subtitle file to save, so live streams are the one part of the catalog the extension can't help with.
The extension reassembles HBO Max's streamed fragments into whichever file type you need. Not sure? Go with SRT.
| Format | Best for | Works with |
|---|---|---|
| SRT | Media players (VLC, Plex, Kodi) | VLC, MPC-HC, Plex, Kodi, most players |
| VTT | Web players & HTML5 video | Chrome, Firefox, YouTube, web apps |
| TXT | Reading as plain text / transcripts | Any text editor, translation tools |
Don't download episode by episode. Select a season of The Last of Us or House of the Dragon, hit download, and the extension zips every subtitle file for you automatically.
Free, no sign-up. Works on Max, Netflix, Disney+, Prime Video, and YouTube.
Or visit the full Subtitle Downloader page