calyrex team builder

automatically builds teams from latest trends and meta data on the pokemon showdown team builder website

calyrex team builderคืออะไร?

calyrex team builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bran000022 และคุณลักษณะหลักของมันคือ "automatically builds teams from latest trends and meta data on the pokemon showdown team builder website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย calyrex team builder

ดาวน์โหลดไฟล์ส่วนขยาย calyrex team builder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing "Calyrex Team Builder" - Your Ultimate Pokémon Showdown Team Building Companion! This tool aims to help those are are getting tired of random battles and wants to make their own team to compete, but doesn't know where to start.

Are you tired of spending hours researching the latest trends, meta data, and team compositions for Pokémon Showdown battles? Look no further! Calyrex Team Builder is the ultimate Chrome extension designed to streamline and simplify the team-building process, providing you with the most competitive and effective Pokémon teams effortlessly and alleviating decision making anxiety. 

What does Calyrex Team Builder do?

Calyrex Team Builder is an intelligent and automated tool that harnesses the power of the latest trends and meta data from the Pokémon Showdown platform. This extension automatically provides you with the latest and most common meta EV spreads, nature, item, tera type, and moves to construct optimal and well-balanced teams for you. You will be provided with cards that contain different meta sets. At the click of a button, the extension will fills out the team builder for you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ calyrex team builder calyrex team builder
ID mekpikflbianjccpjmepcedmgloglppa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/calyrex-team-builder/mekpikflbianjccpjmepcedmgloglppa
คำอธิบาย automatically builds teams from latest trends and meta data on the pokemon showdown team builder website
ขนาดไฟล์ 1.5 MB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2023-08-08
วันที่เผยแพร่ 2023-08-08
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา bran000022
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "calyrex team builder",
    "version": "1.0.0.1",
    "icons": {
        "16": "icons\/calyrex_pixel_16.png",
        "32": "icons\/calyrex_pixel_32.png",
        "48": "icons\/calyrex_pixel_48.png",
        "128": "icons\/calyrex_pixel_128.png"
    },
    "description": "automatically builds teams from latest trends and meta data on the pokemon showdown team builder website",
    "content_scripts": [
        {
            "js": [
                "scripts\/script.js",
                "data\/sets.js",
                "data\/usage.js",
                "data\/pokedex.js",
                "scripts\/calculate_stat.js",
                "scripts\/chart.js",
                "scripts\/carousel.js",
                "scripts\/dark.js"
            ],
            "css": [
                "css\/table.css",
                "css\/card.css",
                "css\/header.css",
                "css\/dark.css"
            ],
            "matches": [
                "https:\/\/play.pokemonshowdown.com\/teambuilder"
            ]
        }
    ]
}