DuelingNexus Start-Hand Simulator
Adds a "Test-Hand" Button to your decks
什麼是DuelingNexus Start-Hand Simulator?
DuelingNexus Start-Hand Simulator是由https://www.essaalfan.com開發的Chrome擴展程式,該擴展的主要功能是“Adds a "Test-Hand" Button to your decks”。
擴展截圖
下載DuelingNexus Start-Hand Simulator擴展crx文件
下載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 | 
| 官方網址 | 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\/*"
            ]
        }
    ]
}  |  |