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によって開発されたChromeの拡張機能で、その主な機能は「Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.」です。

拡張機能のスクリーンショット

screenshot

Yu-Gi-Oh-Deck-Downloader拡張機能のCRXファイルをダウンロード

Yu-Gi-Oh-Deck-Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}