A Chrome extension that extracts all magnet links from the current webpage, lets you select which ones to keep, and copies them to your clipboard with one click.
- Scan any page — Automatically finds all magnet links on the page you're viewing
- Select & copy — Choose individual links or select all, then copy to clipboard
- Duplicate removal — Deduplicates links by torrent hash
- Torrent names — Shows torrent names when available in the magnet link
- Privacy-first — No data collection, no external servers, everything runs locally
Install Magnet Link Grabber (link when published)
- Clone this repository:
git clone https://github.com/coderhh/magnet-link-grabber.git
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (top right)
- Click Load unpacked and select the
magnet-link-grabberfolder
- Navigate to any webpage that contains magnet links (e.g., a torrent search results page)
- Click the Magnet Link Grabber icon in your Chrome toolbar
- Review the list of found magnet links
- Use Select All / Deselect All to choose which links to copy
- Click Copy Selected Links to copy them to your clipboard
This extension does not collect, store, or transmit any user data. All processing happens locally in your browser.
magnet-link-grabber/
├── manifest.json # Extension manifest (Manifest V3)
├── popup.html # Popup UI
├── popup.js # Popup logic
├── popup.css # Popup styles
├── content.js # Content script (scans page for magnet links)
├── icons/ # Extension icons (16, 48, 128px)
├── privacy-policy.html
└── README.md
MIT License — see LICENSE for details.