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…

Co je Pokemon Showdown Random Battle Tooltip?

Pokemon Showdown Random Battle Tooltip je rozšíření Chrome vyvinuté butter67, a jeho hlavní funkcí je „This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Pokemon Showdown Random Battle Tooltip

Stáhněte si soubory rozšíření Pokemon Showdown Random Battle Tooltip ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pokemon Showdown Random Battle Tooltip Pokemon Showdown Random Battle Tooltip
ID fpeemclhojbkjkamiinkplghgkhddcgc
Oficiální URL https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc
Popis This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
Velikost souboru 667 KB
Počet instalací 2,619
Aktuální Verze 2.2
Poslední Aktualizace 2018-04-22
Datum Vydání 2018-04-22
Hodnocení 2.92/5 Celkem 26 Hodnocení
Vývojář butter67
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/nikhilreddy6547/random-battle-tooltip
Podporované Jazyky 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"
    }
}