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によって開発されたChromeの拡張機能で、その主な機能は「Displays advanced information on enemy pokemon during a battle.」です。
拡張機能のスクリーンショット
Pokemon Showdown Stats Viewer Tool拡張機能のCRXファイルをダウンロード
Pokemon Showdown Stats Viewer Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays information on enemy pokemon such as stats, type advantages / weaknesses, gender, weight, level, and more. Can be very useful during a battle.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |