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…

Cos'è Pokemon Showdown Random Battle Tooltip?

Pokemon Showdown Random Battle Tooltip è un'estensione di Chrome sviluppata da butter67, e la sua funzione principale è "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pokemon Showdown Random Battle Tooltip

Scarica i file di estensione Pokemon Showdown Random Battle Tooltip 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Pokemon Showdown Random Battle Tooltip Pokemon Showdown Random Battle Tooltip
ID fpeemclhojbkjkamiinkplghgkhddcgc
URL Ufficiale https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc
Descrizione This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
Dimensione del File 667 KB
Conteggio Installazioni 2,619
Versione Corrente 2.2
Ultimo Aggiornamento 2018-04-22
Data di Pubblicazione 2018-04-22
Valutazione 2.92/5 Totale 26 Valutazioni
Sviluppatore butter67
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/nikhilreddy6547/random-battle-tooltip
Lingue Supportate 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"
    }
}