A privacy-focused Chrome extension for collecting magnet links. Built with Vite + Svelte + TypeScript and Manifest V3.
Torrent sites go down all the time. One day, a link is there, and the next, itβs gone until the site comes back. I got tired of losing access to torrents I meant to download but didnβt get around to. So I built Magnetoβa simple, lightweight extension to collect and store magnet links, creating a personal cache in case sites go down.
You need chrome 114 or later to install the extension.
chrome://extensions/
.Node.js >= 14 or equivalent required
Clone:
git clone github.com/gergogyulai/magneto.git
cd magneto
Install dependencies (choose one):
bun install
npm install
pnpm install
Start dev server (choose one):
npm run dev
bun run dev
pnpm run dev
chrome://extensions/
).magneto/build
.bun run build # creates a build in the build folder
npm run build
pnpm run build
or
bun run zip # creates a zip file in the package folder
npm run zip
pnpm run zip
PRs and issues welcome! π