Yu-Gi-Oh! Deck Downloader
Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format
Wat is Yu-Gi-Oh! Deck Downloader?
Yu-Gi-Oh! Deck Downloader is een Chrome-extensie ontwikkeld door https://www.essaalfan.com, en de belangrijkste functie is "Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format".
Extensie Screenshots
Download het CRX-bestand van de extensie Yu-Gi-Oh! Deck Downloader
Download Yu-Gi-Oh! Deck Downloader-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
Adds a "Download YDK" & "Download TXT" buttons to deck page to download the deck list immediately. Note: set page language to English in order for this plugin to work!
Basisinformatie over de Extensie
Naam | Yu-Gi-Oh! Deck Downloader |
ID | nimiiinodigdnbfjcackjfhmfdjkdpbf |
Officiële URL | https://chromewebstore.google.com/detail/yu-gi-oh-deck-downloader/nimiiinodigdnbfjcackjfhmfdjkdpbf |
Beschrijving | Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format |
Bestandsgrootte | 616 KB |
Aantal Installaties | 185 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2024-03-01 |
Publicatiedatum | 2022-08-15 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.essaalfan.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yu-Gi-Oh! Deck Downloader", "description": "Download Yu-Gi-Oh! decks from db.yugioh-card.com in YDK format", "version": "1.0.4", "manifest_version": 3, "action": { "default_icon": { "16": "\/images\/ydk16.png", "32": "\/images\/ydk32.png", "48": "\/images\/ydk48.png", "128": "\/images\/ydk128.png" } }, "icons": { "16": "\/images\/ydk16.png", "32": "\/images\/ydk32.png", "48": "\/images\/ydk48.png", "128": "\/images\/ydk128.png" }, "content_scripts": [ { "js": [ "vendor\/jquery\/jquery-3.6.0.min.js", "init.js" ], "matches": [ "*:\/\/www.db.yugioh-card.com\/yugiohdb\/member_deck.action?*", "*:\/\/db.yugioh-card.com\/yugiohdb\/member_deck.action?*" ] } ] } |