torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

Cos'è torrent2box?

torrent2box è un'estensione di Chrome sviluppata da peardropsoftware, e la sua funzione principale è "Upload torrents from your browser to your ruTorrent seedbox.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione torrent2box

Scarica i file di estensione torrent2box in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
URL Ufficiale https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
Descrizione Upload torrents from your browser to your ruTorrent seedbox.
Dimensione del File 435 KB
Conteggio Installazioni 534
Versione Corrente 0.0.22
Ultimo Aggiornamento 2023-08-06
Data di Pubblicazione 2020-06-19
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore peardropsoftware
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/peardropsoftware/torrent2box
URL della Pagina di Aiuto https://github.com/peardropsoftware/torrent2box/issues
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}