Magneto

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

Magnetoとは何ですか?

MagnetoはArthur Bによって開発されたChromeの拡張機能で、その主な機能は「Instantly opens the first found magnet torrent link without having to click through multiple ads.」です。

拡張機能のスクリーンショット

screenshot

Magneto拡張機能のCRXファイルをダウンロード

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
Eメール [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",
        ""
    ]
}