Yu-Gi-Oh! Official Database draw simulator

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

Yu-Gi-Oh! Official Database draw simulatorคืออะไร?

Yu-Gi-Oh! Official Database draw simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย potato4d และคุณลักษณะหลักของมันคือ ""Draw 5 cards" button for Yu-Gi-Oh! Card Database"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yu-Gi-Oh! Official Database draw simulator

ดาวน์โหลดไฟล์ส่วนขยาย Yu-Gi-Oh! Official Database draw simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yu-Gi-Oh! Official Database draw simulator Yu-Gi-Oh! Official Database draw simulator
ID ejjpkjcmmdbhadaanbpfonfobfkopedi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yu-gi-oh-official-databas/ejjpkjcmmdbhadaanbpfonfobfkopedi
คำอธิบาย "Draw 5 cards" button for Yu-Gi-Oh! Card Database
ขนาดไฟล์ 1.49 MB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2022-08-14
วันที่เผยแพร่ 2021-06-24
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา potato4d
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/potato4d/ygo-db-draw-simulator
URL หน้าช่วยเหลือ https://github.com/potato4d/ygo-db-draw-simulator/issues
ภาษาที่รองรับ 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"
    ]
}