YGG Plus
Add downloads buttons to ygg torrent
Wat is YGG Plus?
YGG Plus is een Chrome-extensie ontwikkeld door Arnaud Drain, en de belangrijkste functie is "Add downloads buttons to ygg torrent".
Extensie Screenshots
Download het CRX-bestand van de extensie YGG Plus
Download YGG Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 ! Basisinformatie over de Extensie
| Naam | |
| ID | pmgcnlblbioeammhnochgljnopbagnhp |
| Officiële URL | https://chromewebstore.google.com/detail/ygg-plus/pmgcnlblbioeammhnochgljnopbagnhp |
| Beschrijving | Add downloads buttons to ygg torrent |
| Bestandsgrootte | 18.98 KB |
| Aantal Installaties | 253 |
| Huidige Versie | 1.11 |
| Laatst Bijgewerkt | 2023-12-05 |
| Publicatiedatum | 2019-04-17 |
| Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Arnaud Drain |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/arnauddrain/yggplus |
| Help Pagina-URL | https://github.com/arnauddrain/yggplus |
| Ondersteunde Talen | 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
} | |