Smogon Stats
Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
Was ist Smogon Stats?
Smogon Stats ist eine Chrome-Erweiterung, die von pokemondev entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics".
Erweiterungsscreenshots
Smogon Stats-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smogon Stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fcgfhfnffkjocaebpeakjojffnccglfp |
| Offizielle URL | https://chromewebstore.google.com/detail/smogon-stats/fcgfhfnffkjocaebpeakjojffnccglfp |
| Beschreibung | Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics |
| Dateigröße | 1023 KB |
| Installationsanzahl | 430 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2021-03-11 |
| Veröffentlichungsdatum | 2020-12-29 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | pokemondev |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://discord.com/invite/BM7ZRNB |
| Unterstützte Sprachen | 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"
}
} | |