Magneto

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

Apa itu Magneto?

Magneto adalah ekstensi Chrome yang dikembangkan oleh Arthur B, dan fitur utamanya adalah "Instantly opens the first found magnet torrent link without having to click through multiple ads.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Magneto

Unduh file ekstensi Magneto dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A really simple extension that I mainly made for myself.

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

Informasi Dasar Ekstensi

Nama Magneto Magneto
ID naajadmdmkecdondddponjjdmflocmpk
URL Resmi https://chromewebstore.google.com/detail/magneto/naajadmdmkecdondddponjjdmflocmpk
Deskripsi Instantly opens the first found magnet torrent link without having to click through multiple ads.
Ukuran File 17.1 KB
Jumlah Instalasi 21
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-11-15
Tanggal Publikasi 2019-11-15
Pengembang Arthur B
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}