Pokemon Showdown Stats Viewer Tool

Displays advanced information on enemy pokemon during a battle.

Pokemon Showdown Stats Viewer Tool क्या है?

Pokemon Showdown Stats Viewer Tool Economical Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays advanced information on enemy pokemon during a battle."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pokemon Showdown Stats Viewer Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.                    

एक्सटेंशन की मूल जानकारी

नाम Pokemon Showdown Stats Viewer Tool Pokemon Showdown Stats Viewer Tool
ID eojmjenmkainfbkchcdocohmdgldkolk
आधिकारिक URL https://chrome.google.com/webstore/detail/pokemon-showdown-stats-vi/eojmjenmkainfbkchcdocohmdgldkolk
विवरण Displays advanced information on enemy pokemon during a battle.
फ़ाइल का आकार 178 KB
स्थापना संख्या 483
वर्तमान संस्करण 1.1.7
अंतिम अपडेट 2019-09-27
प्रकाशन तिथि 2019-09-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Economical Studios
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Showdown Stats Viewer Tool",
    "short_name": "Showdown Stats Tool",
    "version": "1.1.7",
    "description": "Displays advanced information on enemy pokemon during a battle.",
    "permissions": [
        "activeTab",
        "https:\/\/play.pokemonshowdown.com\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logos\/happy-pikachu.png",
            "32": "images\/Logos\/happy-pikachu.png",
            "48": "images\/Logos\/happy-pikachu.png",
            "128": "images\/Logos\/happy-pikachu.png"
        }
    },
    "icons": {
        "16": "images\/Logos\/happy-pikachu.png",
        "32": "images\/Logos\/happy-pikachu.png",
        "48": "images\/Logos\/happy-pikachu.png",
        "128": "images\/Logos\/happy-pikachu.png"
    },
    "manifest_version": 2
}