Skip to content

studiojms/find-magnet-extension

Repository files navigation

find-magnet-extension

A browser extension to look for magnet links in each page

studiojms

Installing

Firefox

If you use firefox, you can find it in the Add-ons gallery:

Manual Installation (chrome and other browsers)

Example

Example

Running

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

How to test

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:

  1. Open Chrome.
  2. Navigate to chrome://extensions.
  3. Enable Developer mode.
  4. Click Load unpacked.
  5. Select the dist directory.

Obs

There is an already built version, that can be downloaded here

About

A browser extension to look for magnet links in each page

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published