Yu-Gi-Oh-Deck-Downloader

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

Yu-Gi-Oh-Deck-Downloader क्या है?

Yu-Gi-Oh-Deck-Downloader Jasonnor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yu-Gi-Oh-Deck-Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Yu-Gi-Oh-Deck-Downloader Yu-Gi-Oh-Deck-Downloader
ID omhigihagjbdeocmmopgdnklnfanpbka
आधिकारिक URL https://chromewebstore.google.com/detail/yu-gi-oh-deck-downloader/omhigihagjbdeocmmopgdnklnfanpbka
विवरण Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.
फ़ाइल का आकार 128 KB
स्थापना संख्या 1,254
वर्तमान संस्करण 0.4.2
अंतिम अपडेट 2016-11-15
प्रकाशन तिथि 2016-11-15
रेटिंग 4.35/5 कुल 17 रेटिंग्स
डेवलपर Jasonnor
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader
सहायता पृष्ठ URL https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader/issues
समर्थित भाषाएँ 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"
    ]
}