YGG Plus

Add downloads buttons to ygg torrent

Что такое YGG Plus?

YGG Plus - это расширение Chrome, разработанное Arnaud Drain, и его основная функция - "Add downloads buttons to ygg torrent".

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

screenshot

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

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

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

                        Rajoute un bouton "télécharger" sur le résultat de recherche YGG, vous faisant gagner la somme inimaginable de 1 clic de souris pour télécharger vos fichiers torrents !                    

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

Название YGG Plus YGG Plus
ID pmgcnlblbioeammhnochgljnopbagnhp
Официальный URL https://chromewebstore.google.com/detail/ygg-plus/pmgcnlblbioeammhnochgljnopbagnhp
Описание Add downloads buttons to ygg torrent
Размер файла 18.98 KB
Количество установок 253
Текущая Версия 1.11
Последнее Обновление 2023-12-05
Дата публикации 2019-04-17
Рейтинг 4.00/5 Всего 4 оценок
Разработчик Arnaud Drain
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/arnauddrain/yggplus
URL страницы помощи https://github.com/arnauddrain/yggplus
Поддерживаемые языки fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YGG Plus",
    "version": "1.11",
    "description": "Add downloads buttons to ygg torrent",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "yggplus.js"
            ],
            "matches": [
                "https:\/\/yggtorrent.qa\/*",
                "https:\/\/www.yggtorrent.qa\/*",
                "https:\/\/www3.yggtorrent.qa\/*",
                "https:\/\/www5.yggtorrent.qa\/*",
                "https:\/\/www6.yggtorrent.qa\/*"
            ]
        }
    ],
    "manifest_version": 3
}