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 هو إضافة Chrome تم تطويرها بواسطة extreme-speed، والميزة الرئيسية لها هي "RK9Labs Extension that allows you to use your showdown paste to submit your team for real life VGC events with ease.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Extreme Speed - VGC Companion

قم بتنزيل ملفات الامتداد Extreme Speed - VGC Companion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [
                "*"
            ]
        }
    ]
}