DuelingNexus Start-Hand Simulator

Adds a "Test-Hand" Button to your decks

DuelingNexus Start-Hand Simulator là gì?

DuelingNexus Start-Hand Simulator là một tiện ích mở rộng Chrome được phát triển bởi https://www.essaalfan.com, và tính năng chính của nó là "Adds a "Test-Hand" Button to your decks".

Ả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 DuelingNexus Start-Hand Simulator

Tải xuống các tệp mở rộng DuelingNexus Start-Hand Simulator 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

                        Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card.                    

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

Tên DuelingNexus Start-Hand Simulator DuelingNexus Start-Hand Simulator
ID phlcobfmohlcpljfmlmmbjgcccobkodj
URL Chính Thức https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj
Mô tả Adds a "Test-Hand" Button to your decks
Kích Thước Tệp 56.59 KB
Số Lần Cài Đặt 347
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-02-25
Ngày Phát Hành 2021-10-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.essaalfan.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/essaalfan/duelingnexus-hand-simulation
URL Trang Trợ Giúp https://github.com/essaalfan/duelingnexus-hand-simulation/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DuelingNexus Start-Hand Simulator",
    "description": "Adds a \"Test-Hand\" Button to your decks",
    "version": "1.0.4",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "\/images\/dnx16.png",
            "32": "\/images\/dnx32.png",
            "48": "\/images\/dnx48.png",
            "128": "\/images\/dnx128.png"
        }
    },
    "icons": {
        "16": "\/images\/dnx16.png",
        "32": "\/images\/dnx32.png",
        "48": "\/images\/dnx48.png",
        "128": "\/images\/dnx128.png"
    },
    "content_scripts": [
        {
            "js": [
                "vendor\/sweetalert2\/sweetalert2.min.js",
                "init.js"
            ],
            "css": [
                "vendor\/sweetalert2\/sweetalert2.min.css"
            ],
            "matches": [
                "*:\/\/duelingnexus.com\/editor\/*",
                "*:\/\/ptr.duelingnexus.com\/editor\/*"
            ]
        }
    ]
}