Dediseedbox Torrent Uploader

This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui

Что такое Dediseedbox Torrent Uploader?

Dediseedbox Torrent Uploader - это расширение Chrome, разработанное https://dediseedbox.com, и его основная функция - "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений Dediseedbox Torrent Uploader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Dediseedbox Torrent Uploader Dediseedbox Torrent Uploader
ID dodambeppkebncgeobibhlfblpifcgpl
Официальный URL https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl
Описание This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Размер файла 568 KB
Количество установок 357
Текущая Версия 0.1.2
Последнее Обновление 2017-02-01
Дата публикации 2017-02-01
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://dediseedbox.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://dediseedbox.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "name": "Dediseedbox Torrent Uploader",
    "description": "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "data\/background.js"
        ]
    },
    "options_page": "data\/html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "data\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "page_action": {
        "default_icon": "data\/img\/icon16.png"
    },
    "icons": {
        "16": "data\/img\/icon16.png",
        "48": "data\/img\/icon48.png",
        "128": "data\/img\/icon128.png"
    }
}