Magneto
Open magnets in peerflix
Vad är Magneto?
Magneto är en Chrome-tillägg utvecklad av Frederico Curti, och dess huvudfunktion är "Open magnets in peerflix".
Tilläggsskärmbilder
Ladda ner Magneto-förlängningens CRX-fil
Ladda ner Magneto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Magneto |
ID | nagfoodnoinncledhopekanlgglpcfgf |
Officiell webbadress | https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf |
Beskrivning | Open magnets in peerflix |
Filstorlek | 51.05 KB |
Antal Installationer | 78 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2020-09-08 |
Publiceringsdatum | 2020-09-05 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Frederico Curti |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/fredericocurti/magneto |
Hjälpsida URL | https://github.com/fredericocurti/magneto/issues |
Stödda Språk | 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" ] } } |