A browser extension to look for magnet links in each page
If you use firefox, you can find it in the Add-ons gallery:
Navigate to the project directory and install the dependencies.
$ npm install
or
$ yarn
To build the extension, and rebuild it when the files are changed, run
$ npm run dev
or
$ yarn dev
After the project has been built (npm run build
| yarn build
), a directory named dist
has been created. You have to add this directory to your Chrome browser:
- Open Chrome.
- Navigate to
chrome://extensions
. - Enable Developer mode.
- Click Load unpacked.
- Select the
dist
directory.
There is an already built version, that can be downloaded here