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…

Qu'est-ce que Pokemon Showdown Random Battle Tooltip ?

Pokemon Showdown Random Battle Tooltip est une extension Chrome développée par butter67, et sa fonction principale est "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pokemon Showdown Random Battle Tooltip

Téléchargez les fichiers d'extension Pokemon Showdown Random Battle Tooltip 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

                        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.                    

Informations de Base sur l'Extension

Nom Pokemon Showdown Random Battle Tooltip Pokemon Showdown Random Battle Tooltip
ID fpeemclhojbkjkamiinkplghgkhddcgc
URL Officiel https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc
Description This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
Taille du Fichier 667 KB
Nombre d'Installations 2,619
Version Actuelle 2.2
Dernière Mise à Jour 2018-04-22
Date de Publication 2018-04-22
Évaluation 2.92/5 Total 26 Évaluations
Développeur butter67
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/nikhilreddy6547/random-battle-tooltip
Langues Prises en Charge 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"
    }
}