An open API service indexing awesome lists of open source software.

https://github.com/jamditis/socialsnag

Chrome extension for downloading HD media from social media via context menu
https://github.com/jamditis/socialsnag

chrome-extension instagram manifest-v3 media-downloader social-media twitter

Last synced: about 1 month ago
JSON representation

Chrome extension for downloading HD media from social media via context menu

Awesome Lists containing this project

README

          

![Version](https://img.shields.io/github/v/release/jamditis/socialsnag)
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/llbpeneloehnlaomolbalbmhjncpmnfa)](https://chromewebstore.google.com/detail/socialsnag/llbpeneloehnlaomolbalbmhjncpmnfa)
![License](https://img.shields.io/github/license/jamditis/socialsnag)
![Manifest](https://img.shields.io/badge/manifest-v3-green)
![Chrome](https://img.shields.io/badge/chrome-116%2B-yellow)

# SocialSnag

Right-click to download full-resolution images and videos from social media.

**[View the landing page](https://jamditis.github.io/socialsnag/)**

![SocialSnag](og-image.png)

## Features

- **Right-click download** — context menu on any supported page, no copy-pasting URLs
- **HD quality** — rewrites CDN URLs to fetch the highest available resolution
- **Multi-image posts** — download all media from a carousel or gallery in one click
- **Video downloads** — Instagram reels and Twitter/X videos via platform API resolution
- **Download history** — track recent downloads from the popup
- **Organized folders** — files saved to `SocialSnag//` automatically
- **Platform toggles** — enable or disable individual platforms from settings
- **Configurable download path** — choose where files are saved within your Downloads folder

## Supported platforms

- Instagram (images, reels, carousels)
- Twitter/X (images, profile pictures, videos)
- Facebook (images, videos)
- Bluesky (images)

## Install

### Chrome Web Store

**[Install from the Chrome Web Store](https://chromewebstore.google.com/detail/socialsnag/llbpeneloehnlaomolbalbmhjncpmnfa)**

### Developer mode

1. Clone and build:
```
git clone https://github.com/jamditis/socialsnag.git
cd socialsnag
npm install && npm run build
```
2. Open `chrome://extensions` in your browser
3. Enable **Developer mode** (toggle in the top right)
4. Click **Load unpacked** and select the `dist/` folder
5. Navigate to a supported site and right-click any image or video

## Privacy

SocialSnag stores data locally in your browser and has no custom server component. Some non-sensitive settings (like platform toggles and advanced mode) use Chrome's sync storage and may be synced via Google if Chrome Sync is enabled in your browser. The extension does not collect analytics, telemetry, or personal information. See the [privacy policy](https://jamditis.github.io/socialsnag/privacy.html) for details.

## License

MIT. See [LICENSE](LICENSE).