torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

Co to jest torrent2box?

torrent2box to rozszerzenie Chrome opracowane przez peardropsoftware, a jego główną funkcją jest „Upload torrents from your browser to your ruTorrent seedbox.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia torrent2box

Pobierz pliki rozszerzeń torrent2box w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
Oficjalny URL https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
Opis Upload torrents from your browser to your ruTorrent seedbox.
Rozmiar pliku 435 KB
Liczba instalacji 534
Aktualna Wersja 0.0.22
Ostatnia Aktualizacja 2023-08-06
Data Publikacji 2020-06-19
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper peardropsoftware
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/peardropsoftware/torrent2box
Adres URL Strony Pomocy https://github.com/peardropsoftware/torrent2box/issues
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}