Pokemon Card Viewer
Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!
What is Pokemon Card Viewer?
Pokemon Card Viewer is a Chrome extension developed by Dillonzer, and its main feature is "Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!".
Extension Screenshots
Download Pokemon Card Viewer Extension CRX File
Download Pokemon Card Viewer 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
One of your favourite Pokemon TCG Twitch Extensions moved into a Google Chrome Extension! Look up any Pokemon Card (in English) quick and easy on any tab you are on! Even links straight to TCGPlayer for easy purchases!
Extension Basic Information
Name | Pokemon Card Viewer |
ID | gghbibmmhicbfkdoagleficgjonempcm |
Official URL | https://chromewebstore.google.com/detail/pokemon-card-viewer/gghbibmmhicbfkdoagleficgjonempcm |
Description | Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer! |
File Size | 527 KB |
Installation Count | 159 |
Current Version | 1.0.5 |
Last Updated | 2023-11-29 |
Publish Date | 2023-07-27 |
Developer | Dillonzer |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Dillonzer |
Help Page URL | https://github.com/Dillonzer |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Card Viewer", "version": "1.0.5", "description": "Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!", "manifest_version": 3, "author": "Dillonzer", "icons": { "128": ".\/images\/logoimage.png" }, "action": { "default_popup": "panel.html", "default_title": "Pokemon Card Viewer" }, "host_permissions": [ "https:\/\/api.tcgplayer.com\/" ], "permissions": [ "storage" ] } |