A Firefox browser extension to save multiple images from any website directly to your Raindrop.io collections.
Inspired by the Pinterest Save Button extension — but for Raindrop.
![]()
https://addons.mozilla.org/addon/raindrop-image-saver/
about:debuggingmanifest.json from the extension folderhttps://localhostworker.js to a new Cloudflare WorkerRAINDROP_CLIENT_SECRET = your secretRAINDROP_CLIENT_ID = your client IDhttps://your-worker.workers.dev)Open background/background.js and update:
const CLIENT_ID = "YOUR_CLIENT_ID";
const PROXY_URL = "YOUR_CLOUDFLARE_WORKER_URL";
raindrop-extension/
├── manifest.json Firefox MV2 config
├── assets/icons/ Extension icons
├── popup/
│ ├── popup.html Extension popup
│ ├── popup.css Dark theme styles
│ └── popup.js UI logic
├── background/
│ └── background.js OAuth + token management
├── content/
│ └── content.js Image extraction
└── worker.js Cloudflare Worker proxy
This extension stores only your Raindrop.io OAuth token, locally in your browser. No personal data is collected or transmitted to any third party other than Raindrop.io. See Privacy Policy for details.
MIT License — free to use, modify, and distribute.
This is an unofficial extension. It is not affiliated with or endorsed by Raindrop.io.