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
电子邮箱 [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",
        ""
    ]
}