YGG Plus

Add downloads buttons to ygg torrent

Cos'è YGG Plus?

YGG Plus è un'estensione di Chrome sviluppata da Arnaud Drain, e la sua funzione principale è "Add downloads buttons to ygg torrent".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YGG Plus

Scarica i file di estensione YGG Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome YGG Plus YGG Plus
ID pmgcnlblbioeammhnochgljnopbagnhp
URL Ufficiale https://chromewebstore.google.com/detail/ygg-plus/pmgcnlblbioeammhnochgljnopbagnhp
Descrizione Add downloads buttons to ygg torrent
Dimensione del File 18.98 KB
Conteggio Installazioni 253
Versione Corrente 1.11
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2019-04-17
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Arnaud Drain
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/arnauddrain/yggplus
URL della Pagina di Aiuto https://github.com/arnauddrain/yggplus
Lingue Supportate 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
}