YGG Plus

Add downloads buttons to ygg torrent

What is YGG Plus?

YGG Plus is a Chrome extension developed by Arnaud Drain, and its main feature is "Add downloads buttons to ygg torrent".

Extension Screenshots

screenshot

Download YGG Plus Extension CRX File

Download YGG Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name YGG Plus YGG Plus
ID pmgcnlblbioeammhnochgljnopbagnhp
Official URL https://chromewebstore.google.com/detail/ygg-plus/pmgcnlblbioeammhnochgljnopbagnhp
Description Add downloads buttons to ygg torrent
File Size 18.98 KB
Installation Count 253
Current Version 1.11
Last Updated 2023-12-05
Publish Date 2019-04-17
Rating 4.00/5 Total 4 Ratings
Developer Arnaud Drain
Email [email protected]
Payment Type free
Extension Website https://github.com/arnauddrain/yggplus
Help Page URL https://github.com/arnauddrain/yggplus
Supported Languages 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
}