YGG Plus
Add downloads buttons to ygg torrent
Was ist YGG Plus?
YGG Plus ist eine Chrome-Erweiterung, die von Arnaud Drain entwickelt wurde, und ihr Hauptmerkmal ist "Add downloads buttons to ygg torrent".
Erweiterungsscreenshots
YGG Plus-Erweiterungs-CRX-Datei herunterladen
Laden Sie YGG Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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 !                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | pmgcnlblbioeammhnochgljnopbagnhp | 
| Offizielle URL | https://chromewebstore.google.com/detail/ygg-plus/pmgcnlblbioeammhnochgljnopbagnhp | 
| Beschreibung | Add downloads buttons to ygg torrent | 
| Dateigröße | 18.98 KB | 
| Installationsanzahl | 253 | 
| Aktuelle Version | 1.11 | 
| Letztes Update | 2023-12-05 | 
| Veröffentlichungsdatum | 2019-04-17 | 
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen | 
| Entwickler | Arnaud Drain | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/arnauddrain/yggplus | 
| Hilfeseite URL | https://github.com/arnauddrain/yggplus | 
| Unterstützte Sprachen | 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
}  |  |