Smogon Stats
Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics
Smogon Stats là gì?
Smogon Stats là một tiện ích mở rộng Chrome được phát triển bởi pokemondev, và tính năng chính của nó là "Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smogon Stats
Tải xuống các tệp mở rộng Smogon Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smogon Stats |
ID | fcgfhfnffkjocaebpeakjojffnccglfp |
URL Chính Thức | https://chromewebstore.google.com/detail/smogon-stats/fcgfhfnffkjocaebpeakjojffnccglfp |
Mô tả | Chrome Extension that helps Pokemon Showdown players using Smogon usage data statistics |
Kích Thước Tệp | 1023 KB |
Số Lần Cài Đặt | 430 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2021-03-11 |
Ngày Phát Hành | 2020-12-29 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | pokemondev |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://discord.com/invite/BM7ZRNB |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |