Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

Cos'è Pokémon Showdown Enhanced Tooltips?

Pokémon Showdown Enhanced Tooltips è un'estensione di Chrome sviluppata da djalco, e la sua funzione principale è "Enhanced tooltips for Pokémon Showdown".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pokémon Showdown Enhanced Tooltips

Scarica i file di estensione Pokémon Showdown Enhanced Tooltips in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Pokémon Showdown Enhanced Tooltips Pokémon Showdown Enhanced Tooltips
ID gmkpigbaephkbabhogllilhepglikolk
URL Ufficiale https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk
Descrizione Enhanced tooltips for Pokémon Showdown
Dimensione del File 9.93 KB
Conteggio Installazioni 4,455
Versione Corrente 2.0.0.4
Ultimo Aggiornamento 2018-03-27
Data di Pubblicazione 2018-03-27
Valutazione 3.78/5 Totale 80 Valutazioni
Sviluppatore djalco
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}