Where are temporary files in Chrome stored?
Solution 1
On Windows this is the Google Chrome cache folder:
%LocalAppData%\Google\Chrome\User Data\Default\Cache
However:
Google Chrome cache technique is defensive!
Although you could use YouTube downloader program or manually retrieve the YouTube video direct download link to keep a copy of the video for your mom who only likes to watch them on the classic TV + player set, you might need to use non-Google Chrome web browsers to retrieve the FLV files on some less popular video hosting sites, via the web browser cache folder technique.
Read this excellent post for some more info (though it might be outdated)
Solution 2
On Windows XP:
C:\Documents and Settings\USERNAME\Local Settings\Application Data\Google\Chrome\User Data\Default\Cache
you can also type about:cache
into your address bar to see cached files, as the names in the above directory aren't very helpful (data_0,data_1,f_00000a,f_00000a2,f_00000a3, etc...). When in about:cache
you can right-click files and choose Save Link As... which should use the cache as the source.
Solution 3
Depending on your configuration(s), Chrome may indeed store YouTube videos in the temp directory. However, they will be locked (i.e., cannot be opened or copied), as well as set so that they are automatically deleted when the lock is released (i.e., when the tab with the video is closed). You would need to first identify the correct file (this is easy if you observe the directory while the video is buffering because you can see the filesize growing). Then you can use Unlocker to save a copy of it.
Another, easier option is to simply use an extension like YousableTubeFix or YouTube Center.
Related videos on Youtube

Kiran PS
Updated on September 17, 2022Comments
-
Kiran PS 8 months
Internet Explorer stores
.flv
temp files in temporary folder when viewing YouTube. So it's easy to find a copy of that.flv
file.How about Google Chrome? Where does it store browsing temp data?
-
Nathan about 11 yearsWhen using "save link as..." from
about:cache
which becomeschrome://cache
, the saved file is an HTML formatted page that has the headers, and hex and ASCII dump of the header and file contents. It doesn't save the raw file contents. Not very useful for binary files. -
Franklin Yu over 3 yearsYou can replace the path with
%LocalAppData%\Google\Chrome\User Data\Default\Cache
so that user can simply copy-and-paste.