Magneto
Open magnets in peerflix
Magneto क्या है?
Magneto Frederico Curti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open magnets in peerflix"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magneto एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | Magneto |
ID | nagfoodnoinncledhopekanlgglpcfgf |
आधिकारिक URL | https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf |
विवरण | Open magnets in peerflix |
फ़ाइल का आकार | 51.05 KB |
स्थापना संख्या | 78 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2020-09-08 |
प्रकाशन तिथि | 2020-09-05 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Frederico Curti |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/fredericocurti/magneto |
सहायता पृष्ठ URL | https://github.com/fredericocurti/magneto/issues |
समर्थित भाषाएँ | 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" ] } } |