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 |
Eメール | [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" ] } } |