Showdown Randbats Tooltip

Enhanced tooltip functionality for Showdown's Random Battle formats.

What is Showdown Randbats Tooltip?

Showdown Randbats Tooltip is a Chrome extension developed by https://pkmn.cc, and its main feature is "Enhanced tooltip functionality for Showdown's Random Battle formats.".

Extension Screenshots

screenshot

Download Showdown Randbats Tooltip Extension CRX File

Download Showdown Randbats Tooltip 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

                        This extension relies on data from https://data.pkmn.cc/randbats, an automatically updating repository of the latest options for Showdown's standard Random Battle formats, to present more precise information about possible abilities, items, moves, and stats in addition to the standard tooltip information provided by Showdown.                    

Extension Basic Information

Name Showdown Randbats Tooltip Showdown Randbats Tooltip
ID cheogdcgfjpolnpnjijnjccjljjclplg
Official URL https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg
Description Enhanced tooltip functionality for Showdown's Random Battle formats.
File Size 13.32 KB
Installation Count 4,488
Current Version 1.5.3
Last Updated 2023-12-14
Publish Date 2022-12-14
Rating 5.00/5 Total 3 Ratings
Developer https://pkmn.cc
Email [email protected]
Payment Type free
Extension Website https://pkmn.cc
Privacy Policy Page URL https://pkmn.cc/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Showdown Randbats Tooltip",
    "description": "Enhanced tooltip functionality for Showdown's Random Battle formats.",
    "version": "1.5.3",
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "resources": [
                "\/index.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "\/shim.js"
            ]
        }
    ]
}