Magneto

Open magnets in peerflix

Magneto là gì?

Magneto là một tiện ích mở rộng Chrome được phát triển bởi Frederico Curti, và tính năng chính của nó là "Open magnets in peerflix".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Magneto

Tải xuống các tệp mở rộng Magneto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Magneto Magneto
ID nagfoodnoinncledhopekanlgglpcfgf
URL Chính Thức https://chromewebstore.google.com/detail/magneto/nagfoodnoinncledhopekanlgglpcfgf
Mô tả Open magnets in peerflix
Kích Thước Tệp 51.05 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-09-08
Ngày Phát Hành 2020-09-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Frederico Curti
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fredericocurti/magneto
URL Trang Trợ Giúp https://github.com/fredericocurti/magneto/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}