Pokemon Showdown Stats Viewer Tool

Displays advanced information on enemy pokemon during a battle.

What is Pokemon Showdown Stats Viewer Tool?

Pokemon Showdown Stats Viewer Tool is a Chrome extension developed by Economical Studios, and its main feature is "Displays advanced information on enemy pokemon during a battle.".

Extension Screenshots

screenshot

Download Pokemon Showdown Stats Viewer Tool Extension CRX File

Download Pokemon Showdown Stats Viewer Tool 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

                        Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.                    

Extension Basic Information

Name Pokemon Showdown Stats Viewer Tool Pokemon Showdown Stats Viewer Tool
ID eojmjenmkainfbkchcdocohmdgldkolk
Official URL https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk
Description Displays advanced information on enemy pokemon during a battle.
File Size 178 KB
Installation Count 483
Current Version 1.1.7
Last Updated 2019-09-27
Publish Date 2019-09-27
Rating 5.00/5 Total 1 Ratings
Developer Economical Studios
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Showdown Stats Viewer Tool",
    "short_name": "Showdown Stats Tool",
    "version": "1.1.7",
    "description": "Displays advanced information on enemy pokemon during a battle.",
    "permissions": [
        "activeTab",
        "https:\/\/play.pokemonshowdown.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logos\/happy-pikachu.png",
            "32": "images\/Logos\/happy-pikachu.png",
            "48": "images\/Logos\/happy-pikachu.png",
            "128": "images\/Logos\/happy-pikachu.png"
        }
    },
    "icons": {
        "16": "images\/Logos\/happy-pikachu.png",
        "32": "images\/Logos\/happy-pikachu.png",
        "48": "images\/Logos\/happy-pikachu.png",
        "128": "images\/Logos\/happy-pikachu.png"
    },
    "manifest_version": 2
}