torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

Wat is torrent2box?

torrent2box is een Chrome-extensie ontwikkeld door peardropsoftware, en de belangrijkste functie is "Upload torrents from your browser to your ruTorrent seedbox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie torrent2box

Download torrent2box-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
Officiële URL https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
Beschrijving Upload torrents from your browser to your ruTorrent seedbox.
Bestandsgrootte 435 KB
Aantal Installaties 534
Huidige Versie 0.0.22
Laatst Bijgewerkt 2023-08-06
Publicatiedatum 2020-06-19
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar peardropsoftware
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/peardropsoftware/torrent2box
Help Pagina-URL https://github.com/peardropsoftware/torrent2box/issues
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}