torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

What is torrent2box?

torrent2box is a Chrome extension developed by peardropsoftware, and its main feature is "Upload torrents from your browser to your ruTorrent seedbox.".

Extension Screenshots

screenshot

Download torrent2box Extension CRX File

Download torrent2box extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
Official URL https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
Description Upload torrents from your browser to your ruTorrent seedbox.
File Size 435 KB
Installation Count 534
Current Version 0.0.22
Last Updated 2023-08-06
Publish Date 2020-06-19
Rating 5.00/5 Total 5 Ratings
Developer peardropsoftware
Email [email protected]
Payment Type free
Extension Website https://github.com/peardropsoftware/torrent2box
Help Page URL https://github.com/peardropsoftware/torrent2box/issues
Supported Languages 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": [
                ""
            ]
        }
    ]
}