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…
Pokemon Showdown Random Battle Tooltip क्या है?
Pokemon Showdown Random Battle Tooltip butter67 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pokemon Showdown Random Battle Tooltip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Pokemon Showdown Random Battle Tooltip |
ID | fpeemclhojbkjkamiinkplghgkhddcgc |
आधिकारिक URL | https://chromewebstore.google.com/detail/pokemon-showdown-random-b/fpeemclhojbkjkamiinkplghgkhddcgc |
विवरण | This is a tooltip designed specifically for the Random Battle mode of the site Pokemon Showdown. The tooltip provides useful data… |
फ़ाइल का आकार | 667 KB |
स्थापना संख्या | 2,619 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2018-04-22 |
प्रकाशन तिथि | 2018-04-22 |
रेटिंग | 2.92/5 कुल 26 रेटिंग्स |
डेवलपर | butter67 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/nikhilreddy6547/random-battle-tooltip |
समर्थित भाषाएँ | 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" } } |