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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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",
        ""
    ]
}