Pokemon Showdown Type Helper
Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.
What is Pokemon Showdown Type Helper?
Pokemon Showdown Type Helper is a Chrome extension developed by coltonjmsblake, and its main feature is "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.".
Extension Screenshots
Download Pokemon Showdown Type Helper Extension CRX File
Download Pokemon Showdown Type Helper 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
An extension for displaying stats, type weaknesses, resistances, and immunities in Pokemon Showdown.
Extension Basic Information
Name | Pokemon Showdown Type Helper |
ID | ajhdnfehenofjfbajfdhjoankdheielc |
Official URL | https://chromewebstore.google.com/detail/pokemon-showdown-type-hel/ajhdnfehenofjfbajfdhjoankdheielc |
Description | Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats. |
File Size | 35.39 KB |
Installation Count | 4,690 |
Current Version | 0.0.8 |
Last Updated | 2023-06-30 |
Publish Date | 2022-04-04 |
Rating | 4.86/5 Total 14 Ratings |
Developer | coltonjmsblake |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/coltonb/pokemon-showdown-type-helper |
Help Page URL | https://github.com/coltonb/pokemon-showdown-type-helper/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Showdown Type Helper", "description": "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.", "version": "0.0.8", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "pokemonShowdownTypeHelper.js" ], "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ], "js": [ "injector.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{9959496f-a6b0-4bf4-a77d-0c1697b50f96}" } } } |