PokeCard
Automatically verify and redeem Pokemon Trading Card Game (TCG) codes.
PokeCard란 무엇입니까?
PokeCard은(는) VitCon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically verify and redeem Pokemon Trading Card Game (TCG) codes."입니다.
확장 프로그램 스크린샷
PokeCard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are playing Pokemon TCG game, you will understand the pain of scanning code cards and redeeming the codes into the game client. The task is quite boring, time consuming, and repetitive. As a software developer, I cannot stand wasting my time doing an action that can be automated, so I created this tool to automatically mass verify and redeem codes. I bet that you will love it. To get started, you first install this extension. Then, click on the extension icon and an popup should appear. You can now paste all your codes and verify or redeem them in bulk as your wish.
확장 프로그램 기본 정보
이름 | PokeCard |
ID | lockhmpfjhaabaflkpnakjmlmificdlp |
공식 URL | https://chromewebstore.google.com/detail/pokecard/lockhmpfjhaabaflkpnakjmlmificdlp |
설명 | Automatically verify and redeem Pokemon Trading Card Game (TCG) codes. |
파일 크기 | 21.04 KB |
설치 횟수 | 77 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-01-15 |
출시 날짜 | 2022-01-08 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | VitCon |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PokeCard", "description": "Automatically verify and redeem Pokemon Trading Card Game (TCG) codes.", "version": "1.0.2", "manifest_version": 3, "background": { "service_worker": "js\/background.js", "type": "module" }, "permissions": [ "activeTab", "storage", "declarativeNetRequest" ], "action": { "default_popup": "page\/popup.html", "default_title": "Click to verify and redeem Pokemon TCG codes" }, "content_scripts": [ { "matches": [ "https:\/\/www.pokemon.com\/us\/pokemon-trainer-club\/enter-codes" ], "js": [ "js\/content-script.js" ] } ], "host_permissions": [ "https:\/\/www.pokemon.com\/" ], "web_accessible_resources": [ { "resources": [ "js\/page-context.js" ], "matches": [ " |