## English
### Data we collect
### What the extension does locally
Downloads/super pick/ folder via Chrome's chrome.downloads API.chrome.storage.local, which is stored only on your device.### Data sent off your device
The extension makes outbound network requests only to:
pbs.twimg.com, video.twimg.com — to download the media you are viewing*.sinaimg.cn, *.weibocdn.com — to download the media you are viewingThese requests fetch the same media your browser would fetch anyway when displaying the page. They are not analytics, telemetry, or tracking.
### Permissions
downloads, downloads.ui — write image / video / Markdown files to your Downloads folder and suppress the per-file download UI bubble while the extension is active.storage — save your settings on this device.declarativeNetRequest — set Referer: <https://weibo.com/> on media requests so the public image CDN returns the actual image instead of a hot-link error page.