Magneto

Open magnets in peerflix

ما هو Magneto؟

Magneto هو إضافة Chrome تم تطويرها بواسطة Frederico Curti، والميزة الرئيسية لها هي "Open magnets in peerflix".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Magneto

قم بتنزيل ملفات الامتداد Magneto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
        ]
    }
}