chromium_parse_downloads_tool
Parse Chromium download records from browser profiles for forensic investigations. Retrieve download history, URLs, and metadata with optional URL filters.
Instructions
Parse Chromium download records from a browser profile. Typical profile path: "C:\Users<user>\AppData\Local\Google\Chrome\User Data\Default".
Reads downloads from both the History database and shared_proto_db when present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of download records to return | |
| tab_url | No | Optional exact originating tab URL filter | |
| download_url | No | Optional exact downloaded URL filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||