Smogon Stats
Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
Smogon Statsとは何ですか?
Smogon Statsはpokemondevによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics」です。
拡張機能のスクリーンショット
Smogon Stats拡張機能のCRXファイルをダウンロード
Smogon Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |