Yu-Gi-Oh! Official Database draw simulator

"Draw 5 cards" button for Yu-Gi-Oh! Card Database

Yu-Gi-Oh! Official Database draw simulator là gì?

Yu-Gi-Oh! Official Database draw simulator là một tiện ích mở rộng Chrome được phát triển bởi potato4d, và tính năng chính của nó là ""Draw 5 cards" button for Yu-Gi-Oh! Card Database".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yu-Gi-Oh! Official Database draw simulator

Tải xuống các tệp mở rộng Yu-Gi-Oh! Official Database draw 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

                        Add a "Draw 5 card" button to the official Yu-Gi-Oh database.

Adding this feature will allow for faster iterations of deck building.                    

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

Tên Yu-Gi-Oh! Official Database draw simulator Yu-Gi-Oh! Official Database draw simulator
ID ejjpkjcmmdbhadaanbpfonfobfkopedi
URL Chính Thức https://chrome.google.com/webstore/detail/yu-gi-oh-official-databas/ejjpkjcmmdbhadaanbpfonfobfkopedi
Mô tả "Draw 5 cards" button for Yu-Gi-Oh! Card Database
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2022-08-14
Ngày Phát Hành 2021-06-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển potato4d
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/potato4d/ygo-db-draw-simulator
URL Trang Trợ Giúp https://github.com/potato4d/ygo-db-draw-simulator/issues
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.2.1",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.db.yugioh-card.com\/yugiohdb\/member_deck.action*"
            ],
            "js": [
                "dist\/index.es.js"
            ],
            "css": [
                ".\/style.css"
            ]
        }
    ],
    "permissions": [
        "scripting"
    ]
}