PokeCard
Automatically verify and redeem Pokemon Trading Card Game (TCG) codes.
ما هو PokeCard؟
PokeCard هو إضافة Chrome تم تطويرها بواسطة VitCon، والميزة الرئيسية لها هي "Automatically verify and redeem Pokemon Trading Card Game (TCG) codes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PokeCard
قم بتنزيل ملفات الامتداد PokeCard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [ " |