ShowdownReader
This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button.
ShowdownReaderคืออะไร?
ShowdownReader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Icelimo และคุณลักษณะหลักของมันคือ "This extension shows all kills, deaths and the result of a Pokemon Showdown! game, only by clicking a button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShowdownReader
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |