Torrent-to-Web
Torrent-to-Web copied to clipboard
Allows to send torrent files to web clients.
Torrent to Web Add-on for Firefox
An add-on which allows sending torrent files to web clients.
The Add-on currently supports the following clients:
- Deluge
- qBittorrent
- ruTorrent
- Transmission/Vuze/Azureus
Development
-
Install dependencies:
npm i -
Run continuous build:
npm start -
Start hot-reloading instance in Firefox (use separate terminal):
npm run browser
Build
To build the extension, run npm run build, the resulting zip file can then be found in the web-ext-artifacts
directory.