Pokemon Showdown Random Battle Tooltip

This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…

What is Pokemon Showdown Random Battle Tooltip?

Pokemon Showdown Random Battle Tooltip is a Chrome extension developed by butter67, and its main feature is "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".

Extension Screenshots

screenshot
screenshot

Download Pokemon Showdown Random Battle Tooltip Extension CRX File

Download Pokemon Showdown Random Battle 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 is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data on an enemy's item, ability, moves, and stats that far exceeds data found on the default tooltip. All data is expressed in probabilities. This data changes dynamically as the enemy reveals some of their information over the course of a game.                    

Extension Basic Information

Name Pokemon Showdown Random Battle Tooltip Pokemon Showdown Random Battle Tooltip
ID fpeemclhojbkjkamiinkplghgkhddcgc
Official URL https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc
Description This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
File Size 667 KB
Installation Count 2,619
Current Version 2.2
Last Updated 2018-04-22
Publish Date 2018-04-22
Rating 2.92/5 Total 26 Ratings
Developer butter67
Email [email protected]
Payment Type free
Help Page URL https://github.com/nikhilreddy6547/random-battle-tooltip
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokemon Showdown Random Battle Tooltip",
    "version": "2.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pokemonshowdown.com\/*",
                "http:\/\/pokemonshowdown.com\/*",
                "https:\/\/play.pokemonshowdown.com\/*",
                "http:\/\/play.pokemonshowdown.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "my_file.js"
    ],
    "browser_action": {
        "default_icon": "pokeball.png"
    }
}