Smogon Stats
Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
Smogon Stats क्या है?
Smogon Stats pokemondev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smogon Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension it is a tool for Pokemon Showdown that helps you to see the most common Pokémon movesets, items, habilities and other usefull info based on Smogon usage statistics. Enjoy!
एक्सटेंशन की मूल जानकारी
नाम | Smogon Stats |
ID | fcgfhfnffkjocaebpeakjojffnccglfp |
आधिकारिक URL | https://chromewebstore.google.com/detail/smogon-stats/fcgfhfnffkjocaebpeakjojffnccglfp |
विवरण | Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics |
फ़ाइल का आकार | 1023 KB |
स्थापना संख्या | 430 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2021-03-11 |
प्रकाशन तिथि | 2020-12-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | pokemondev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://discord.com/invite/BM7ZRNB |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smogon Stats", "version": "1.2.1", "description": "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics", "permissions": [], "browser_action": { "default_popup": "build\/popup.html", "default_icon": { "16": "build\/img\/logo16.png", "32": "build\/img\/logo32.png", "48": "build\/img\/logo48.png", "64": "build\/img\/logo64.png", "128": "build\/img\/logo128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/play.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "js": [ "build\/showdownExtensions.js", "build\/js\/jquery-3.5.1.min.js" ] } ], "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "icons": { "16": "build\/img\/logo16.png", "32": "build\/img\/logo32.png", "48": "build\/img\/logo48.png", "64": "build\/img\/logo64.png", "128": "build\/img\/logo128.png" } } |