Yu-Gi-Oh-Deck-Downloader

Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.

Qu'est-ce que Yu-Gi-Oh-Deck-Downloader ?

Yu-Gi-Oh-Deck-Downloader est une extension Chrome développée par Jasonnor, et sa fonction principale est "Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yu-Gi-Oh-Deck-Downloader

Téléchargez les fichiers d'extension Yu-Gi-Oh-Deck-Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Yu-Gi-Oh Deck Downloader

Usage
1. Go to https://ocg.xpg.jp/deck/deck.fcgi and enter the desired deck.
2. Press the extension button in the upper-left corner, or right-click on page then select "Download Deck".
3. Move the downloaded file(*.ydk) to "[Your ADS directory]/deck/"
4. You will then be able to see the deck you just downloaded in the ADS deck edit screen.

This is an open source project. Visit Yu-Gi-Oh-Deck-Downloader's Github page for full instructions, more information, bug reports, or to contribute.

https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader                    

Informations de Base sur l'Extension

Nom Yu-Gi-Oh-Deck-Downloader Yu-Gi-Oh-Deck-Downloader
ID omhigihagjbdeocmmopgdnklnfanpbka
URL Officiel https://chromewebstore.google.com/detail/yu-gi-oh-deck-downloader/omhigihagjbdeocmmopgdnklnfanpbka
Description Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.
Taille du Fichier 128 KB
Nombre d'Installations 1,254
Version Actuelle 0.4.2
Dernière Mise à Jour 2016-11-15
Date de Publication 2016-11-15
Évaluation 4.35/5 Total 17 Évaluations
Développeur Jasonnor
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader
URL de la Page d'Aide https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader/issues
Langues Prises en Charge en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "0.4.2",
    "icons": {
        "16": "src\/icon16.png",
        "48": "src\/icon48.png",
        "128": "src\/icon128.png"
    },
    "browser_action": {
        "default_icon": "src\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}