torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

Что такое torrent2box?

torrent2box - это расширение Chrome, разработанное peardropsoftware, и его основная функция - "Upload torrents from your browser to your ruTorrent seedbox.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения torrent2box

Скачайте файлы расширений 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
Официальный URL 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": [
                ""
            ]
        }
    ]
}