Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

What is Pokémon Showdown Enhanced Tooltips?

Pokémon Showdown Enhanced Tooltips is a Chrome extension developed by djalco, and its main feature is "Enhanced tooltips for Pokémon Showdown".

Extension Screenshots

screenshot
screenshot

Download Pokémon Showdown Enhanced Tooltips Extension CRX File

Download Pokémon Showdown Enhanced Tooltips 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

                        See more information in Pokémon Showdown Tooltips. Useful for both novice and experts players

By installing this extension, you will be able to see extra pokémon data in your Pokémon Showdown tooltip

This extension adds the following things to the tooltip:
 - Pokémon's Height
 - Pokémon's Weight
 - Pokémon's Tier
 - Pokémon's Types chart

You can enable and disable any extra information you don't want to see in the extension menu                    

Extension Basic Information

Name Pokémon Showdown Enhanced Tooltips Pokémon Showdown Enhanced Tooltips
ID gmkpigbaephkbabhogllilhepglikolk
Official URL https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk
Description Enhanced tooltips for Pokémon Showdown
File Size 9.93 KB
Installation Count 4,455
Current Version 2.0.0.4
Last Updated 2018-03-27
Publish Date 2018-03-27
Rating 3.78/5 Total 80 Ratings
Developer djalco
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pok\u00e9mon Showdown Enhanced Tooltips",
    "version": "2.0.0.4",
    "description": "Enhanced tooltips for Pok\u00e9mon Showdown",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "js\/util.js",
                "js\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Pok\u00e9mon Showdown Enhanced Tooltips",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        "js\/tooltip.js"
    ]
}