resolve_blobs
Convert blob: URLs from messaging apps into downloadable base64 data URIs, solving the problem of accessing temporary browser objects directly.
Instructions
Resolve blob: URLs to downloadable base64 data. Blob URLs are temporary browser objects (common in Telegram, WhatsApp, Discord) that cannot be downloaded directly. This tool converts them to base64 data URIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | Array of blob: URLs to resolve | |
| tabId | Yes | Tab ID from create_tab | |
| userId | No | User ID override (default: tracked tab userId) |