A browser extension that redirects magnet links to your Deluge torrent client, allowing you to easily add torrents without manually copying and pasting magnet URLs.
- Download or clone this repository
- Open your browser's extension management page:
- Chrome:
chrome://extensions/ - Firefox:
about:addons
- Chrome:
- Enable "Developer mode" (Chrome) or "Debug Add-ons" (Firefox)
- Click "Load unpacked" (Chrome) or "Load Temporary Add-on" (Firefox)
- Select the appropriate folder:
- Chrome:
chrome/folder - Firefox:
firefox/folder
- Chrome:
- Direct Click Detection: Click any magnet link to automatically send it to Deluge (Can be disabled in settings)
- .torrent Support: Click any .torrent link to send it to Deluge (Can be enabled/disabled in settings)
- Context Menu: Right-click magnet or .torrent links for manual control
- Label Plugin Support: If the Deluge Label plugin is enabled, you can set a default label for new torrents (works only for magnet links!)
- Visual Feedback: Modals show success, error, or "already added" status
- Connection Testing: Test your Deluge connection directly from the settings
- Settings Management: Easy configuration of Deluge settings and feature toggles
- Click the extension icon to open the settings popup
- Enter your Deluge Web UI URL (e.g.,
http://localhost:8112) - Enter your Deluge password
- Click "Test Connection" to verify your settings
- Click "Save" to store your configuration
- Simply click any magnet or torrent link on any webpage
- The extension will automatically send it to Deluge
- A colored modal will appear showing the result:
- Green: Successfully added to Deluge
- Orange: Already in Deluge session
- Red: Error occurred
- Right-click any magnet or .torrent link
- Select "Send to Deluge" from the context menu
- If the Deluge Label plugin is enabled in your Deluge Web UI, you can select a default label in the extension settings.
- The label will be applied to magnet links when added via the extension.
- Compatible browser
- Deluge torrent client with Web UI enabled
- Deluge Web UI accessible via HTTP/HTTPS
This extension is designed with privacy-first principles. We do not collect, track, or transmit any personal data. Your Deluge settings are stored locally, and the extension only communicates with your Deluge instance. For detailed information, see our Privacy Policy.
- "Deluge settings missing": Make sure you've configured the URL and password in the extension settings
- "Connection error": Verify your Deluge Web UI is running and accessible
- "Authentication failed": Check your Deluge password
- Magnet links still open in browser: Ensure "Direct Click Detection" is enabled in settings