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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*"
]
}
]
} | |