This extension handles torrent downloads and magnet-links and opens them right at webtor.io Please visit Chrome Web Store for more information.
yarn install
npm build
This downloads all dependencies and generates dist
folder.
Now you can add it to Chrome with this few steps:
- Open the
chrome://extensions
page. - Disable the official Webtor.io version.
- Enable the Developer mode.
- Click Load unpacked extension button, navigate to project's
dist/
folder.
To fix issues with handling torrent downloads you should:
- Open the
chrome://extensions
page. - Find Webtor.io extension
- Click "Details"
- Activate "Allow Access to file URLs"
In this case extension will load torrent file directly from disk without any issues.