A Firefox extension to send torrent/magnet links to qBittorrent with category support and connection status indicators.
Fork Notice: This project is a fork of send-to-qbittorrent by frogmech. Thank you for the original work!
- Right-click context menu to send torrent/magnet links to qBittorrent
- Category support (select default category, create new categories)
- Left-click magnet link interception (optional)
- Connection status badge on the extension icon
- Toast notifications for success/failure feedback
- Dark mode support
Install directly from Firefox Add-ons (AMO).
- Download the latest release from GitHub Releases
- In Firefox, go to
about:addons> gear icon > "Install Add-on From File..." - Select the downloaded
.xpifile
- Click on the extension icon to open the config menu
- Enter your qBittorrent WebUI credentials (scheme, host, port, username, password)
- Click "Save Credentials"
- Right-click any magnet/torrent link and select "Send to qBittorrent"
Access settings via the gear icon in the popup:
- Dark mode - Toggle dark theme
- Left-click sending - Send magnet links on left-click instead of opening them
- Default category - Set a default category for all torrents
- Create new category - Add categories directly from the extension
The extension icon shows connection status:
- Green - Connected to qBittorrent
- Red ! - Server error or unreachable
- Gray ? - Not configured
You must disable Cross-Site Request Forgery (CSRF) protection in qBittorrent for the API calls to work. You can:
- Disable it manually in qBittorrent: Options > Web UI > uncheck "Enable Cross-Site Request Forgery (CSRF) protection"
- Use the "Disable CSRF" button in the extension's settings page
GPL-3.0 License - see LICENSE file (inherited from original project).
Issues and pull requests are welcome at GitHub.
- Original extension: frogmech/send-to-qbittorrent