Extreme Speed - VGC Companion

RK9Labs Extension that allows you to use your showdown paste to submit your team for real life VGC events with ease.

Extreme Speed - VGC Companion란 무엇입니까?

Extreme Speed - VGC Companion은(는) extreme-speed에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RK9Labs Extension that allows you to use your showdown paste to submit your team for real life VGC events with ease."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Extreme Speed - VGC Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing Extreme Speed - VGC Companion: your ultimate tool for seamless team submissions on the RK9 teambuilder. Say goodbye to the tedious manual entry of each stat and the long 20-minute team sheet fill-outs. With our extension, you can efficiently submit your team in just about 40 seconds! Enjoy the added convenience of importing your team directly from Pokémon Showdown. Elevate your team-building experience today!

In addition to speeding up the team submission on RK9 Labs, we have also added a highly requested change: Pictures for all Pokémon to help distinguish any form change! No more generic Scarlet and Violet logo for new Pokémon!

Note: Extreme Speed - VGC Companion is not affiliated with RK9Labs, Nintendo, Game Freak, Pokémon Showdown or The Pokémon Company International. Please always make sure that the team submitted here matches the team in your console, and that your Pokémon are appropriately leveled prior to importing your team for accurate results.

Credit to @Yugib0y on Twitter for the logo!

Patch Notes:

Bug fix:
- Fixed issue that Pokémon in Show Team List are not displayed correctly                    

확장 프로그램 기본 정보

이름 Extreme Speed - VGC Companion Extreme Speed - VGC Companion
ID bfbjgdkcihehcfcncnmecmlmijoomoio
공식 URL https://chromewebstore.google.com/detail/extreme-speed-vgc-compani/bfbjgdkcihehcfcncnmecmlmijoomoio
설명 RK9Labs Extension that allows you to use your showdown paste to submit your team for real life VGC events with ease.
파일 크기 409 KB
설치 횟수 529
현재 버전 1.3
최근 업데이트 2024-01-30
출시 날짜 2023-10-26
평점 5.00/5 총 4 개의 평점
개발자 extreme-speed
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extreme Speed - VGC Companion",
    "version": "1.3",
    "description": "RK9Labs Extension that allows you to use your showdown paste to submit your team for real life VGC events with ease.",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/rk9.gg\/teamlist\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rk9.gg\/teamlist\/index"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "extreme_speed.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/rk9.gg\/*"
            ],
            "resources": [
                "*"
            ]
        }
    ]
}