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 là gì?

Yu-Gi-Oh-Deck-Downloader là một tiện ích mở rộng Chrome được phát triển bởi Jasonnor, và tính năng chính của nó là "Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yu-Gi-Oh-Deck-Downloader

Tải xuống các tệp mở rộng Yu-Gi-Oh-Deck-Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yu-Gi-Oh-Deck-Downloader Yu-Gi-Oh-Deck-Downloader
ID omhigihagjbdeocmmopgdnklnfanpbka
URL Chính Thức https://chromewebstore.google.com/detail/yu-gi-oh-deck-downloader/omhigihagjbdeocmmopgdnklnfanpbka
Mô tả Download Yu-Gi-Oh decks from ocg.xpg.jp for Automatic Dueling System(遊戯王ADS) like YGOPro, YGOcore or DevPro.
Kích Thước Tệp 128 KB
Số Lần Cài Đặt 1,254
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2016-11-15
Ngày Phát Hành 2016-11-15
Đánh Giá 4.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Jasonnor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader
URL Trang Trợ Giúp https://github.com/Jasonnor/Yu-Gi-Oh-Deck-Downloader/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}