torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

什么是torrent2box?

torrent2box是由peardropsoftware开发的Chrome扩展程序,该扩展的主要功能是“Upload torrents from your browser to your ruTorrent seedbox.”。

扩展截图

screenshot

下载torrent2box扩展crx文件

下载torrent2box扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension only transfers .torrent files and magnet urls from your computer to the ruTorrent seed box that you specify in the extension options. It does not collect, track or transmit any other data.                    

扩展基本信息

名称 torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
官方URL https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
简介 Upload torrents from your browser to your ruTorrent seedbox.
文件大小 435 KB
安装次数 534
当前版本 0.0.22
更新时间 2023-08-06
上架时间 2020-06-19
评分 5.00/5 共5次评分
开发者 peardropsoftware
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/peardropsoftware/torrent2box
帮助页面URL https://github.com/peardropsoftware/torrent2box/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "torrent2box",
    "version": "0.0.22",
    "description": "Upload torrents from your browser to your ruTorrent seedbox.",
    "icons": {
        "16": "images\/icon-green-16.png",
        "48": "images\/icon-green-48.png",
        "128": "images\/icon-green-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-vendor.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-green-48.png",
                "images\/icon-red-48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}