ShowdownReader
This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
ShowdownReaderとは何ですか?
ShowdownReaderはIcelimoによって開発されたChromeの拡張機能で、その主な機能は「This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.」です。
拡張機能のスクリーンショット
ShowdownReader拡張機能のCRXファイルをダウンロード
ShowdownReader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Did you ever lead a Pokemon league or tournament, where you wanted to keep a kill ranking? Or maybe your wanted to keep track of the kills and deaths of your own Pokemon in fights? This extension will make it drastically easier to do so! Just klick the new button in the bottom right and the extension will show you immediately all you need to know! Have fun! -> If you find any bugs, please report them to my Discord: Icelimo#4352
拡張機能の基本情報
名前 | ShowdownReader |
ID | pgcihbggkfnecijgcafohheondopmiid |
公式URL | https://chromewebstore.google.com/detail/showdownreader/pgcihbggkfnecijgcafohheondopmiid |
説明 | This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button. |
ファイルサイズ | 20.66 KB |
インストール数 | 96 |
現在のバージョン | 1.16 |
最終更新日 | 2023-11-17 |
公開日 | 2023-03-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Icelimo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShowdownReader", "version": "1.16", "icons": { "128": "\/images\/sr-128.png" }, "description": "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.", "action": { "default-icon": { "128": "\/images\/sr-128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/replay.pokemonshowdown.com\/*" ], "js": [ "content.js" ] } ] } |