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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
}