YGG Torrent Searcher extension

Download a torrent directly to your folder, on a remote machine

Что такое YGG Torrent Searcher extension?

YGG Torrent Searcher extension - это расширение Chrome, разработанное Yooooomi, и его основная функция - "Download a torrent directly to your folder, on a remote machine".

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

screenshot

Скачать файл CRX расширения YGG Torrent Searcher extension

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

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

                        Allows the user to download a torrent file directly to their remote deluge folder                    

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

Название YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
Официальный URL https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Описание Download a torrent directly to your folder, on a remote machine
Размер файла 10.33 KB
Количество установок 43
Текущая Версия 0.3
Последнее Обновление 2020-09-21
Дата публикации 2020-05-11
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Yooooomi
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YGG Torrent Searcher extension",
    "version": "0.3",
    "description": "Download a torrent directly to your folder, on a remote machine",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*yggtorrent*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png"
    }
}