Magneto
Open magnets in peerflix
What is Magneto?
Magneto is a Chrome extension developed by Frederico Curti, and its main feature is "Open magnets in peerflix".
Extension Screenshots
Download Magneto Extension CRX File
Download Magneto extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Magneto |
ID | nagfoodnoinncledhopekanlgglpcfgf |
Official URL | https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf |
Description | Open magnets in peerflix |
File Size | 51.05 KB |
Installation Count | 78 |
Current Version | 0.0.2 |
Last Updated | 2020-09-08 |
Publish Date | 2020-09-05 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Frederico Curti |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/fredericocurti/magneto |
Help Page URL | https://github.com/fredericocurti/magneto/issues |
Supported Languages | 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" ] } } |