Magneto

Open magnets in peerflix

什麼是Magneto?

Magneto是由Frederico Curti開發的Chrome擴展程式,該擴展的主要功能是“Open magnets in peerflix”。

擴展截圖

screenshot

下載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 Magneto
ID nagfoodnoinncledhopekanlgglpcfgf
官方網址 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"
        ]
    }
}