Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

Qu'est-ce que Pokémon Showdown Enhanced Tooltips ?

Pokémon Showdown Enhanced Tooltips est une extension Chrome développée par djalco, et sa fonction principale est "Enhanced tooltips for Pokémon Showdown".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pokémon Showdown Enhanced Tooltips

Téléchargez les fichiers d'extension Pokémon Showdown Enhanced Tooltips au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pokémon Showdown Enhanced Tooltips Pokémon Showdown Enhanced Tooltips
ID gmkpigbaephkbabhogllilhepglikolk
URL Officiel https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk
Description Enhanced tooltips for Pokémon Showdown
Taille du Fichier 9.93 KB
Nombre d'Installations 4,455
Version Actuelle 2.0.0.4
Dernière Mise à Jour 2018-03-27
Date de Publication 2018-03-27
Évaluation 3.78/5 Total 80 Évaluations
Développeur djalco
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}