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…

Vad är Pokemon Showdown Random Battle Tooltip?

Pokemon Showdown Random Battle Tooltip är en Chrome-tillägg utvecklad av butter67, och dess huvudfunktion är "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Pokemon Showdown Random Battle Tooltip-förlängningens CRX-fil

Ladda ner Pokemon Showdown Random Battle Tooltip-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pokemon Showdown Random Battle Tooltip Pokemon Showdown Random Battle Tooltip
ID fpeemclhojbkjkamiinkplghgkhddcgc
Officiell webbadress https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc
Beskrivning This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…
Filstorlek 667 KB
Antal Installationer 2,619
Aktuell Version 2.2
Senast Uppdaterad 2018-04-22
Publiceringsdatum 2018-04-22
Betyg 2.92/5 Totalt 26 Betyg
Utvecklare butter67
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/nikhilreddy6547/random-battle-tooltip
Stödda Språk 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"
    }
}