Chrome
Query for File Downloads
Chrome stores file download information in the downloads
and downloads_url_chains
tables. You can query this information as follows:
This query retrieves the paths of downloaded files, their download sources, and the start and end times of downloads.
Query for Visiting a Specific Webpage
To find records of visiting a specific webpage in Chrome, use the urls
table:
Again, replace example.com
with the domain or specific page you're investigating. This will return URLs matching the search pattern along with the titles and last visit times, sorted by the most recent visit.
Last updated
Was this helpful?