Magneto

Open magnets in peerflix

Magnetoคืออะไร?

Magneto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Frederico Curti และคุณลักษณะหลักของมันคือ "Open magnets in peerflix"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magneto

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
        ]
    }
}