Magneto

Instantly opens the first found magnet torrent link without having to click through multiple ads.

ما هو Magneto؟

Magneto هو إضافة Chrome تم تطويرها بواسطة Arthur B، والميزة الرئيسية لها هي "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

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

screenshot

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

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

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

                        A really simple extension that I mainly made for myself.

(Icon created by Nikita Golubev - https://www.flaticon.com/authors/nikita-golubev)                    

معلومات أساسية عن التمديد

الاسم Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
عنوان URL الرسمي https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
الوصف Instantly opens the first found magnet torrent link without having to click through multiple ads.
حجم الملف 17.1 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2019-11-15
تاريخ النشر 2019-11-15
المطور Arthur B
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magneto",
    "author": "Arthur B",
    "version": "1.0",
    "description": "Instantly opens the first found magnet torrent link without having to click through multiple ads.",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Magneto"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}