Pokemon Showdown Type Helper
Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.
Pokemon Showdown Type Helperคืออะไร?
Pokemon Showdown Type Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coltonjmsblake และคุณลักษณะหลักของมันคือ "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pokemon Showdown Type Helper
ดาวน์โหลดไฟล์ส่วนขยาย Pokemon Showdown Type Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension for displaying stats, type weaknesses, resistances, and immunities in Pokemon Showdown.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pokemon Showdown Type Helper |
ID | ajhdnfehenofjfbajfdhjoankdheielc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pokemon-showdown-type-hel/ajhdnfehenofjfbajfdhjoankdheielc |
คำอธิบาย | Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats. |
ขนาดไฟล์ | 35.39 KB |
จำนวนการติดตั้ง | 4,690 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2023-06-30 |
วันที่เผยแพร่ | 2022-04-04 |
คะแนน | 4.86/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | coltonjmsblake |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/coltonb/pokemon-showdown-type-helper |
URL หน้าช่วยเหลือ | https://github.com/coltonb/pokemon-showdown-type-helper/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Showdown Type Helper", "description": "Enhances Pokemon Showdown tooltips with additional information, including type weaknesses and stats.", "version": "0.0.8", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "pokemonShowdownTypeHelper.js" ], "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/play.pokemonshowdown.com\/*", "https:\/\/*.psim.us\/*" ], "js": [ "injector.js" ] } ], "browser_specific_settings": { "gecko": { "id": "{9959496f-a6b0-4bf4-a77d-0c1697b50f96}" } } } |