PokeCard
Automatically verify and redeem Pokemon Trading Card Game (TCG) codes.
What is PokeCard?
PokeCard is a Chrome extension developed by VitCon, and its main feature is "Automatically verify and redeem Pokemon Trading Card Game (TCG) codes.".
Extension Screenshots
Download PokeCard Extension CRX File
Download PokeCard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PokeCard |
ID | lockhmpfjhaabaflkpnakjmlmificdlp |
Official URL | https://chromewebstore.google.com/detail/pokecard/lockhmpfjhaabaflkpnakjmlmificdlp |
Description | Automatically verify and redeem Pokemon Trading Card Game (TCG) codes. |
File Size | 21.04 KB |
Installation Count | 77 |
Current Version | 1.0.2 |
Last Updated | 2022-01-15 |
Publish Date | 2022-01-08 |
Rating | 3.00/5 Total 2 Ratings |
Developer | VitCon |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |