Magneto
Open magnets in peerflix
什么是Magneto?
Magneto是由Frederico Curti开发的Chrome扩展程序,该扩展的主要功能是“Open magnets in peerflix”。
扩展截图
下载Magneto扩展crx文件
下载Magneto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } } |