Showdown Stats

Allows you to view stats on Pokemon Showdown

What is Showdown Stats?

Showdown Stats is a Chrome extension developed by Lilith, and its main feature is "Allows you to view stats on Pokemon Showdown".

Extension Screenshots

screenshot

Download Showdown Stats Extension CRX File

Download Showdown Stats 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

                        Allows you to view pokemons' stats and type effectiveness by clicking their name in game. Also displays estimated move damage.                    

Extension Basic Information

Name Showdown Stats Showdown Stats
ID nlcmcfpnhnkmfbnadjkladafdjineipp
Official URL https://chromewebstore.google.com/detail/showdown-stats/nlcmcfpnhnkmfbnadjkladafdjineipp
Description Allows you to view stats on Pokemon Showdown
File Size 23.43 KB
Installation Count 158
Current Version 1.1.6
Last Updated 2018-09-04
Publish Date 2018-09-04
Developer Lilith
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Showdown Stats",
    "description": "Allows you to view stats on Pokemon Showdown",
    "version": "1.1.6",
    "permissions": [
        "*:\/\/pokemonshowdown.com\/*",
        "*:\/\/*.pokemonshowdown.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/pokemonshowdown.com\/*",
                "*:\/\/*.pokemonshowdown.com\/*"
            ],
            "js": [
                "launch.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "build.js"
    ],
    "manifest_version": 2
}