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
官方網址 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": [
                ""
            ]
        }
    ]
}