DuelingNexus Start-Hand Simulator
Adds a "Test-Hand" Button to your decks
DuelingNexus Start-Hand Simulatorคืออะไร?
DuelingNexus Start-Hand Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.essaalfan.com และคุณลักษณะหลักของมันคือ "Adds a "Test-Hand" Button to your decks"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DuelingNexus Start-Hand Simulator
ดาวน์โหลดไฟล์ส่วนขยาย DuelingNexus Start-Hand Simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a "Test-Hand" button to your decks with "Going First" and "Going Second" Options.
Ability to draw card by card. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | phlcobfmohlcpljfmlmmbjgcccobkodj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/duelingnexus-start-hand-s/phlcobfmohlcpljfmlmmbjgcccobkodj |
| คำอธิบาย | Adds a "Test-Hand" Button to your decks |
| ขนาดไฟล์ | 56.59 KB |
| จำนวนการติดตั้ง | 347 |
| เวอร์ชันปัจจุบัน | 1.0.4 |
| อัปเดตครั้งล่าสุด | 2023-02-25 |
| วันที่เผยแพร่ | 2021-10-28 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://www.essaalfan.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/essaalfan/duelingnexus-hand-simulation |
| URL หน้าช่วยเหลือ | https://github.com/essaalfan/duelingnexus-hand-simulation/issues |
| ภาษาที่รองรับ | 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\/*"
]
}
]
} | |