Browser extension for downloading images and videos from Reddit posts. Supports individual downloads and mass downloading with auto-scrolling.
demo.mp4
- Individual post downloads via injected buttons
- Mass downloads with auto-scrolling
- Customizable download settings and folder organization
- Title overlay on images and videos
- Image processing with FFmpeg
- Navigate to reddit.com
- Click the blue "Download" button on any post
- Media downloads automatically
- Open the RedditGrab sidebar panel
- Configure download settings
- Click "Start Mass Download"
- Download Folder: Where files are saved (supports
{subreddit}variable) - Filename Pattern: File naming (supports
{subreddit},{timestamp},{filename}) - Gallery Folders: Separate folders for image galleries
- Title Overlay: Add post titles to media
Built with WXT and React.
- Node.js 22+
- pnpm
pnpm dev- Development serverpnpm dev:firefox- Firefox developmentpnpm zip- Create distribution zippnpm zip:firefox- Create distribution zip for Firefox
entrypoints/
├── background.ts # Background script
├── download-button.content/ # Content script
├── offscreen/ # Offscreen document (Chrome only)
└── sidepanel/ # Sidebar UI
components/ # React components
utils/ # Utilities
public/ # Static assets
downloads- Save filesactiveTab- Interact with Redditstorage- Save settingstabs- Query active taboffscreen- Required for using ffmpeg.wasm in Chrome
No data collection:
- No analytics
- No marketing data
- All media processing is local



