Magneto
Open magnets in peerflix
Wat is Magneto?
Magneto is een Chrome-extensie ontwikkeld door Frederico Curti, en de belangrijkste functie is "Open magnets in peerflix".
Extensie Screenshots
Download het CRX-bestand van de extensie Magneto
Download Magneto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is a little extension that adds a context menu entry for opening magnet links into the Magneto windows client. All it does is forward the magnet url into the desktop client, which will then start streaming the torrent in VLC using peerflix (https://github.com/mafintosh/peerflix)
Basisinformatie over de Extensie
Naam | Magneto |
ID | nagfoodnoinncledhopekanlgglpcfgf |
Officiële URL | https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf |
Beschrijving | Open magnets in peerflix |
Bestandsgrootte | 51.05 KB |
Aantal Installaties | 78 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2020-09-08 |
Publicatiedatum | 2020-09-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Frederico Curti |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fredericocurti/magneto |
Help Pagina-URL | https://github.com/fredericocurti/magneto/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magneto", "description": "Open magnets in peerflix", "version": "0.0.2", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "contextMenus", "tabs" ], "background": { "scripts": [ "background.js" ] } } |