Showdown Randbats Tooltip
Enhanced tooltip functionality for Showdown's Random Battle formats.
Showdown Randbats Tooltip क्या है?
Showdown Randbats Tooltip https://pkmn.cc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhanced tooltip functionality for Showdown's Random Battle formats."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Showdown Randbats Tooltip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension relies on data from https://data.pkmn.cc/randbats, an automatically updating repository of the latest options for Showdown's standard Random Battle formats, to present more precise information about possible abilities, items, moves, and stats in addition to the standard tooltip information provided by Showdown.
एक्सटेंशन की मूल जानकारी
नाम | Showdown Randbats Tooltip |
ID | cheogdcgfjpolnpnjijnjccjljjclplg |
आधिकारिक URL | https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg |
विवरण | Enhanced tooltip functionality for Showdown's Random Battle formats. |
फ़ाइल का आकार | 13.32 KB |
स्थापना संख्या | 4,488 |
वर्तमान संस्करण | 1.5.3 |
अंतिम अपडेट | 2023-12-14 |
प्रकाशन तिथि | 2022-12-14 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://pkmn.cc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://pkmn.cc |
गोपनीयता नीति पृष्ठ URL | https://pkmn.cc/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Showdown Randbats Tooltip", "description": "Enhanced tooltip functionality for Showdown's Random Battle formats.", "version": "1.5.3", "icons": { "16": "\/16x16.png", "32": "\/32x32.png", "48": "\/48x48.png", "128": "\/128x128.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "resources": [ "\/index.js" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "js": [ "\/shim.js" ] } ] } |