Magneto
Open magnets in peerflix
Qu'est-ce que Magneto ?
Magneto est une extension Chrome développée par Frederico Curti, et sa fonction principale est "Open magnets in peerflix".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magneto
Téléchargez les fichiers d'extension Magneto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Magneto |
ID | nagfoodnoinncledhopekanlgglpcfgf |
URL Officiel | https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf |
Description | Open magnets in peerflix |
Taille du Fichier | 51.05 KB |
Nombre d'Installations | 78 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2020-09-08 |
Date de Publication | 2020-09-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Frederico Curti |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fredericocurti/magneto |
URL de la Page d'Aide | https://github.com/fredericocurti/magneto/issues |
Langues Prises en Charge | 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" ] } } |