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
}