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…

Was ist Pokemon Showdown Random Battle Tooltip?

Pokemon Showdown Random Battle Tooltip ist eine Chrome-Erweiterung, die von butter67 entwickelt wurde, und ihr Hauptmerkmal ist "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".

Erweiterungsscreenshots

screenshot
screenshot

Pokemon Showdown Random Battle Tooltip-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pokemon Showdown Random Battle Tooltip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pokemon Showdown Random Battle Tooltip Pokemon Showdown Random Battle Tooltip
ID fpeemclhojbkjkamiinkplghgkhddcgc
Offizielle URL https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc
Beschreibung This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
Dateigröße 667 KB
Installationsanzahl 2,619
Aktuelle Version 2.2
Letztes Update 2018-04-22
Veröffentlichungsdatum 2018-04-22
Bewertung 2.92/5 Insgesamt 26 Bewertungen
Entwickler butter67
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/nikhilreddy6547/random-battle-tooltip
Unterstützte Sprachen 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"
    }
}