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
- Host: GitHub
- URL: https://github.com/jamditis/socialsnag
- Owner: jamditis
- License: mit
- Created: 2026-03-18T02:03:32.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-03-20T21:30:18.000Z (4 months ago)
- Last Synced: 2026-03-20T21:54:42.672Z (4 months ago)
- Topics: chrome-extension, instagram, manifest-v3, media-downloader, social-media, twitter
- Language: JavaScript
- Homepage: https://jamditis.github.io/socialsnag/
- Size: 3.74 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://chromewebstore.google.com/detail/socialsnag/llbpeneloehnlaomolbalbmhjncpmnfa)



# SocialSnag
Right-click to download full-resolution images and videos from social media.
**[View the landing page](https://jamditis.github.io/socialsnag/)**

## 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).