Why Chrome Stopped Letting You Save Video
Right-click a video on most sites today and “Save video as” is either missing or greyed out. That is not a bug. It is how modern web video works, and it is why “chrome video downloader” is one of the most-searched things people cannot figure out on their own.
Two things changed. First, sites stopped serving video as a single MP4 file. They stream it in hundreds of little chunks over a playlist (an .m3u8 for HLS, an .mpd for DASH), so there is no one file for Chrome to save. The <video> tag points at a blob: URL that only exists inside that tab’s memory. Right-click has nothing to grab.
Second, Google’s Manifest V3 rollout broke most of the download extensions people used to lean on. Video DownloadHelper, the various “stream recorder” add-ons, half of them stopped working or got pulled from the Web Store between 2024 and 2026 because the new extension rules cut off the network interception they relied on. So the usual advice, “just install an extension,” now sends people in a circle.
This tool skips both problems. You paste the URL, it resolves the actual video behind the stream, and it hands you a plain MP4. Nothing to install, nothing to keep updated, nothing that dies the next time Chrome pushes a security patch.
- Works on any Chrome build, desktop or Android, no extension in the way
- Reads the page URL or a direct media URL, whichever you have
- Stitches chunked HLS and DASH streams back into one MP4
- Runs in the browser, so there is no login step just to pull a file
- Takes a list of URLs when you have a batch rather than one clip
If you want the browser to keep the file and let you ask questions about it later, that is a different job, and the AI video watcher is the page for it. This one just gets the file onto your disk.
What “Download in Chrome” Actually Means Now
There are three kinds of video you run into in Chrome, and only two of them are yours to take.
A plain progressive MP4 (the old way, still common on smaller sites and direct file links) is the easy case. Chrome can often save these itself, and so can this tool if the right-click menu is disabled by the page.
A streamed HLS or DASH video (most large platforms, most news sites, most course players) is the case people actually get stuck on. The browser is playing chunks off a manifest, so there is no “the file” to save until something reassembles those chunks. Paste the page URL and the tool does that reassembly, then gives you the finished MP4.
A DRM-protected stream (Netflix, Disney+, most paid subscription video) is the one that will not work, here or anywhere honest. Those streams are encrypted with Widevine and the decryption keys never touch your browser in a form you can keep. Any tool that claims to “download Netflix in Chrome” is either lying or installing something you do not want. I would rather tell you that up front than waste your afternoon.
Paste, Resolve, Save
- Copy the URL. Either the page the video is on, or, if you know it, the direct link to the media file. The address bar is usually enough.
- Paste it into the field on this page. The tool figures out whether it is a plain file or a stream and pulls the highest resolution the source actually hosts.
- Save. The MP4 lands in your Chrome Downloads folder like any normal download.
On Android Chrome the flow is the same, which is the part most people do not expect. There is no desktop-only step. Copy the link from the Chrome share sheet, paste, download, and the file goes to your phone’s Downloads.
One honest limit worth setting: the tool can only fetch what the page will actually serve to a normal web request. If a site gates the video behind a login you are signed into, and the video only loads for your authenticated session, a URL pasted into a fresh context will not carry your cookies. That is working as intended, not a failure.
Browser Tool vs a Chrome Extension
People reach for an extension because it lives in the toolbar. Fair. But weigh what you are actually signing up for.
An extension that can download video needs permission to read and change data on every site you visit. That is a broad grant to hand a small developer, and it is exactly the permission that got several popular downloaders flagged, sold, or quietly turned into adware over the years. The extension also breaks on Chrome’s schedule, not yours.
A paste-URL tool asks for none of that. It sees the one link you give it and nothing else. No standing access to your browsing, no background process, no auto-update that changes what the thing does six months from now. The tradeoff is real: an extension is one click from any page, and this is a copy-paste. For a video here and there, the copy-paste is the trade I would make. If you are pulling fifty videos a day for work, an extension’s convenience might win, and that is a fair place to disagree with me.
Who Actually Needs This
The people who land here are rarely trying to pirate a movie. They are trying to keep something Chrome will not let them.
Course students top the list. Lecture platforms stream video through a player with the download button removed, and students who paid for the course want the material offline for a flight or a commute with no signal. Paste the lesson URL, keep the file.
Then the work crowd: someone told to “grab that video off the site for the deck,” a social manager archiving a brand’s web clips before a site redesign wipes them, a support rep saving a bug-repro video a customer posted. All of them hit the same greyed-out Save As, all of them end up searching for a Chrome video downloader.
And researchers preserving public web video before it disappears, which happens more than you would think. A clip cited in an article, a public statement, a webinar recording that the host will pull in a week. Save it while it is up.
FAQ
Why can’t I right-click and save video in Chrome anymore?
Because the video is usually not a single file. Most sites now stream video in chunks over an HLS or DASH playlist, and the player points at a temporary blob: address that only exists inside that tab. There is nothing for “Save video as” to write to disk. Pasting the page URL into a downloader that reassembles the stream is the way around it, which is what this tool does.
Do I need to install a Chrome extension to download video?
No, and that is the point. Chrome’s Manifest V3 rules broke a lot of the old download extensions, and the ones that survive want permission to read every site you visit. This runs as a paste-URL tool instead: you give it one link, it returns one MP4, it never gets standing access to your browsing.
Can this download streaming video (m3u8) in Chrome?
Yes for open HLS and DASH streams. Paste the page URL and the tool pulls the .m3u8 or .mpd manifest, downloads the segments, and stitches them into a single MP4. The exception is DRM-encrypted streaming (Netflix, Disney+, paid subscription platforms), which cannot be downloaded by any legitimate tool because the decryption keys are locked to the player.
Does it work on Chrome for Android?
Yes. Copy the link from Chrome’s share sheet, paste it here, and the MP4 saves to your phone’s Downloads folder. There is no app to install and no desktop-only step, which is the usual surprise for people who assumed video downloading was a laptop thing.
Is it safe, and does it keep my video?
The fetch runs in your browser against the source’s own servers, so the file goes from the site to your device. You are not logging into anything to pull a public video. As with any download tool, the safety question that is actually on you is what you choose to save: keep content you have a reason to keep, and clear reuse rights before you republish anything.
Why is Save As greyed out on some videos but not others?
Older or smaller sites still serve a plain progressive MP4, and Chrome can save those directly, so Save As works. Larger platforms stream chunked video behind a blob URL, so Save As has nothing to target and greys out. The greyed-out ones are exactly the case this tool is built for.
Can I download a video that only plays when I’m logged in?
Not reliably. If the video loads only for your authenticated session, a URL pasted into a fresh context will not carry your login cookies, so the source will not serve it. Public web video is the use case here. Gated, account-only video is not.
If you want the file as an editable clip rather than a full download, the link to MP4 converter targets that, and for pulling audio out of a saved video there is extract audio from videos. For platform-specific saves, see the video downloader hub.
Privacy and Copyright
Download only web video you have the right to keep: your own content, public video you are authorized to use, or material in the public domain. Saving copyrighted video without permission can infringe the owner’s rights and breach the source site’s terms, and that responsibility is yours. DRM-protected streaming (Netflix, Disney+, paid subscription video) is off-limits, here and anywhere honest, because the content is encrypted for exactly that reason.
On privacy, the fetch runs in your browser against the source site’s own servers, so the video goes from the site to your device rather than through a ScreenApp account. If you use the AI features (transcript or summary), that content is processed under ScreenApp’s privacy policy.
Recordings are transcribed by Whisper Large-v3 with SOC 2 Type 2 secure storage, used by 2,163,740 verified accounts as of 2026.